RazorViewEngine.ViewLookupCache 属性

定义

视图查找结果的缓存。

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

属性值

适用于