MemcacheEnableCompression Property |
Enable storing compressed data, provided it meets the threshold requirements.
If enabled, data will be stored in compressed form if it is
longer than the threshold length set with setCompressThreshold(int)
The default is that compression is enabled.
Even if compression is disabled, compressed data will be automatically
decompressed.
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public bool EnableCompression { get; set; }
Public Property EnableCompression As Boolean
Get
Set
public:
property bool EnableCompression {
bool get ();
void set (bool value);
}
member EnableCompression : bool with get, set
Property Value
Type:
Booleantrue to enable compuression,
false to disable compression
See Also