ObjectCache::DefaultCacheCapabilities Property
.NET Framework (current version)
When overridden in a derived class, gets a description of the features that a cache implementation provides.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
public: property DefaultCacheCapabilities DefaultCacheCapabilities { virtual DefaultCacheCapabilities get() abstract; }
Property Value
Type: System.Runtime.Caching::DefaultCacheCapabilitiesA bitwise combination of flags that indicate the default capabilities of a cache implementation.
.NET Framework
Available since 4.0
Available since 4.0
Show: