NET Caching Library Help
PrimaryCache Property




KellermanSoftware.NetCachingLibrary Namespace > SmartConfig Class : PrimaryCache Property
Gets or sets the primary cache provider.
Syntax
'Declaration
 
Public Property PrimaryCache As BaseCacheProvider
'Usage
 
Dim instance As SmartConfig
Dim value As BaseCacheProvider
 
instance.PrimaryCache = value
 
value = instance.PrimaryCache
public BaseCacheProvider PrimaryCache {get; set;}
public: __property BaseCacheProvider* get_PrimaryCache();
public: __property void set_PrimaryCache( 
   BaseCacheProvider* value
);
public:
property BaseCacheProvider^ PrimaryCache {
   BaseCacheProvider^ get();
   void set (    BaseCacheProvider^ value);
}

Property Value

The primary cache.
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

SmartConfig Class
SmartConfig Members