Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MemoryCache.Default Property

Definition

Namespace:
System.Runtime.Caching
Assembly:
System.Runtime.Caching.dll
Package:
System.Runtime.Caching v11.0.0-preview.5.26302.115
Source:
MemoryCache.cs
Source:
MemoryCache.cs
Source:
MemoryCache.cs
Source:
MemoryCache.cs

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).

Applies to

See also


Feedback

Was this page helpful?