MemoryCache::DefaultCacheCapabilities Property
.NET Framework (current version)
Gets a description of the features that the cache provides.
Assembly: System.Runtime.Caching (in System.Runtime.Caching.dll)
public: property DefaultCacheCapabilities DefaultCacheCapabilities { virtual DefaultCacheCapabilities get() override; }
Property Value
Type: System.Runtime.Caching::DefaultCacheCapabilitiesA bitwise combination of flags that indicate the default capabilities of the cache implementation.
The capabilities of a cache implementation are a combination of the following values:
.NET Framework
Available since 4.0
Available since 4.0
Show: