CacheTagHelperMemoryCacheFactory.Cache Property

Definition

Gets the IMemoryCache.

public:
 property Microsoft::Extensions::Caching::Memory::IMemoryCache ^ Cache { Microsoft::Extensions::Caching::Memory::IMemoryCache ^ get(); };
public Microsoft.Extensions.Caching.Memory.IMemoryCache Cache { get; }
member this.Cache : Microsoft.Extensions.Caching.Memory.IMemoryCache
Public ReadOnly Property Cache As IMemoryCache

Property Value

Applies to