NET Caching Library Help
IsCompressed Property




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseCacheProvider Class : IsCompressed Property
If true, the data is compressed before it is saved and decompressed upon load. The default is false.
Syntax
'Declaration
 
Public Property IsCompressed As System.Boolean
'Usage
 
Dim instance As BaseCacheProvider
Dim value As System.Boolean
 
instance.IsCompressed = value
 
value = instance.IsCompressed
public System.bool IsCompressed {get; set;}
public: __property System.bool get_IsCompressed();
public: __property void set_IsCompressed( 
   System.bool value
);
public:
property System.bool IsCompressed {
   System.bool get();
   void set (    System.bool value);
}
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

BaseCacheProvider Class
BaseCacheProvider Members