protected property DrupalMemcached::$optionsDefault in Memcache Storage 8
Default pecl memcached options. Can be overriden in settings.
Type: array
File
- src/
DrupalMemcached.php, line 43
Class
- DrupalMemcached
- Class DrupalMemcached
Namespace
Drupal\memcache_storageCode
protected $optionsDefault = [
\Memcached::OPT_COMPRESSION => FALSE,
\Memcached::OPT_DISTRIBUTION => \Memcached::DISTRIBUTION_CONSISTENT,
];