RazorViewEngine.ViewLookupCache Property

Definition

A cache for results of view lookups.

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

Property Value

Applies to