CacheTagHelper.MemoryCache 属性

定义

获取 IMemoryCache 用于缓存条目的实例。

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

属性值

适用于