ObjectCache::DefaultCacheCapabilities Property

.NET Framework (current version)
 

When overridden in a derived class, gets a description of the features that a cache implementation provides.

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

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

Property Value

Type: System.Runtime.Caching::DefaultCacheCapabilities

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

.NET Framework
Available since 4.0
Return to top
Show: