$_defaultConfig
$_defaultConfig : array
The default config used unless overridden by runtime configuration
compressWhether to compress datadurationSpecify how long items in this cache configuration last.groupsList of groups or 'tags' associated to every key stored in this config. handy for deleting a complete group from cache.usernameLogin to access the Memcache serverpasswordPassword to access the Memcache serverpersistentThe name of the persistent connection. All configurations using the same persistent value will share a single underlying connection.prefixPrepended to all entries. Good for when you need to share a keyspace with either another cache config or another application.probabilityProbability of hitting a cache gc cleanup. Setting to 0 will disable cache::gc from ever being called automatically.serializeThe serializer engine used to serialize data. Available engines are php, igbinary and json. Beside php, the memcached extension must be compiled with the appropriate serializer support.serversString or array of memcached servers. If an array MemcacheEngine will use them as a pool.options- Additional options for the memcached client. Should be an array of option => value. Use the \Memcached::OPT_* constants as keys.