NET Caching Library Help
DefaultCacheCapabilities Property (FileCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > FileCacheProvider Class : DefaultCacheCapabilities Property
Get a list of the cache capabilities.
Syntax
'Declaration
 
Public Overrides ReadOnly Property DefaultCacheCapabilities As System.Runtime.Caching.DefaultCacheCapabilities
'Usage
 
Dim instance As FileCacheProvider
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

FileCacheProvider Class
FileCacheProvider Members