CoreOptionsExtension.MemoryCache Property

Definition

The option set from the UseMemoryCache(IMemoryCache) method.

public virtual Microsoft.Extensions.Caching.Memory.IMemoryCache MemoryCache { get; }
public virtual Microsoft.Extensions.Caching.Memory.IMemoryCache? MemoryCache { get; }
member this.MemoryCache : Microsoft.Extensions.Caching.Memory.IMemoryCache
Public Overridable ReadOnly Property MemoryCache As IMemoryCache

Property Value

Applies to