NET Caching Library Help
SecondaryCache Property




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

Property Value

The secondary 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