Share via


CoreOptionsExtension.MemoryCache Property

Definition

The option set from the UseMemoryCache(IMemoryCache) method.

[System.Runtime.CompilerServices.Nullable(2)]
public virtual Microsoft.Extensions.Caching.Memory.IMemoryCache? MemoryCache { get; }
public virtual Microsoft.Extensions.Caching.Memory.IMemoryCache MemoryCache { get; }
public virtual Microsoft.Extensions.Caching.Memory.IMemoryCache? MemoryCache { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.MemoryCache : Microsoft.Extensions.Caching.Memory.IMemoryCache
member this.MemoryCache : Microsoft.Extensions.Caching.Memory.IMemoryCache
Public Overridable ReadOnly Property MemoryCache As IMemoryCache

Property Value

Attributes

Applies to