Gets a description of the features that a cache implementation provides.
'Declaration
Public MustOverride ReadOnly Property DefaultCacheCapabilities As System.Runtime.Caching.DefaultCacheCapabilities
'Usage
Dim instance As BaseCacheProvider
Dim value As System.Runtime.Caching.DefaultCacheCapabilities
value = instance.DefaultCacheCapabilities
public abstract System.Runtime.Caching.DefaultCacheCapabilities DefaultCacheCapabilities {get;}
public: __property abstract System.Runtime.Caching.DefaultCacheCapabilities get_DefaultCacheCapabilities();
public:
abstract property System.Runtime.Caching.DefaultCacheCapabilities DefaultCacheCapabilities {
System.Runtime.Caching.DefaultCacheCapabilities get();
}
Property Value
A bitwise combination of flags that indicate the default capabilities of a cache implementation.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2