Click or drag to resize
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: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public bool EnableCompression { get; set; }

Property Value

Type: Boolean
true to enable compuression, false to disable compression
See Also