MemoryCache.Default Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the default MemoryCache instance.
public:
static property System::Runtime::Caching::MemoryCache ^ Default { System::Runtime::Caching::MemoryCache ^ get(); };
public static System.Runtime.Caching.MemoryCache Default { get; }
static member Default : System.Runtime.Caching.MemoryCache
Public Shared ReadOnly Property Default As MemoryCache
Property Value
The default instance of the cache.
Remarks
This property always returns a reference to the default cache instance. For typical application scenarios, only one instance of MemoryCache is required.
Because the default cache instance is not created by the constructor, you must use configuration to explicitly set the memory and polling values for the default cache instance. For more information, see <memoryCache> Element (Cache Settings).