Share via


ValueGeneratorSelectorDependencies.Cache Property

Definition

The cache being used to store value generator instances.

public Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache Cache { get; }
public Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache Cache { get; init; }
member this.Cache : Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache
member this.Cache : Microsoft.EntityFrameworkCore.ValueGeneration.IValueGeneratorCache with get, set
Public ReadOnly Property Cache As IValueGeneratorCache
Public Property Cache As IValueGeneratorCache

Property Value

Applies to