CacheTagHelper.MemoryCache Property

Definition

Gets the IMemoryCache instance used to cache entries.

protected:
 property Microsoft::Extensions::Caching::Memory::IMemoryCache ^ MemoryCache { Microsoft::Extensions::Caching::Memory::IMemoryCache ^ get(); };
protected Microsoft.Extensions.Caching.Memory.IMemoryCache MemoryCache { get; }
member this.MemoryCache : Microsoft.Extensions.Caching.Memory.IMemoryCache
Protected ReadOnly Property MemoryCache As IMemoryCache

Property Value

Applies to