ModelSource.ModelCacheKeyFactory Property

Definition

Gets the IModelCacheKeyFactory that will create keys used to store and lookup models the model cache.

protected virtual Microsoft.EntityFrameworkCore.Infrastructure.IModelCacheKeyFactory ModelCacheKeyFactory { get; }
member this.ModelCacheKeyFactory : Microsoft.EntityFrameworkCore.Infrastructure.IModelCacheKeyFactory
Protected Overridable ReadOnly Property ModelCacheKeyFactory As IModelCacheKeyFactory

Property Value

Applies to