TagHelperMemoryCacheProvider.Cache Property

Definition

This API supports the MVC's infrastructure and is not intended to be used directly from your code. This API may change in future releases.

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