MemoryCache::DefaultCacheCapabilities Property

.NET Framework (current version)
 

Gets a description of the features that the cache provides.

Namespace:   System.Runtime.Caching
Assembly:  System.Runtime.Caching (in System.Runtime.Caching.dll)

public:
property DefaultCacheCapabilities DefaultCacheCapabilities {
	virtual DefaultCacheCapabilities get() override;
}

Property Value

Type: System.Runtime.Caching::DefaultCacheCapabilities

A bitwise combination of flags that indicate the default capabilities of the cache implementation.

.NET Framework
Available since 4.0
Return to top
Show: