protected property DrupalMemcache::$compressThreshold in Memcache Storage 8
Contains setting about pecl memcache compression.
Type: array
See also
http://php.net/manual/en/memcache.setcompressthreshold.php
File
- src/
DrupalMemcache.php, line 29
Class
- DrupalMemcache
- Class DrupalMemcache
Namespace
Drupal\memcache_storageCode
protected $compressThreshold = [
'threshold' => 20000,
'min_savings' => 0.2,
];