NET Caching Library Help
DefaultCacheCapabilities Property (MemoryCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > MemoryCacheProvider Class : DefaultCacheCapabilities Property
Get the capabilities of the memory cache
Syntax
'Declaration
 
Public Overrides ReadOnly Property DefaultCacheCapabilities As System.Runtime.Caching.DefaultCacheCapabilities
'Usage
 
Dim instance As MemoryCacheProvider
Dim value As System.Runtime.Caching.DefaultCacheCapabilities
 
value = instance.DefaultCacheCapabilities
public override System.Runtime.Caching.DefaultCacheCapabilities DefaultCacheCapabilities {get;}
public: __property System.Runtime.Caching.DefaultCacheCapabilities get_DefaultCacheCapabilities() override;
public:
property System.Runtime.Caching.DefaultCacheCapabilities DefaultCacheCapabilities {
   System.Runtime.Caching.DefaultCacheCapabilities get() override;
}
Requirements

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

See Also

Reference

MemoryCacheProvider Class
MemoryCacheProvider Members