$_defaultConfig
$_defaultConfig : array
The default config used unless overridden by runtime configuration
duration
Specify how long items in this cache configuration last.groups
List of groups or 'tags' associated to every key stored in this config. handy for deleting a complete group from cache.isWindows
Automatically populated with whether the host is windows or notlock
Used by FileCache. Should files be locked before writing to them?mask
The mask used for created filespath
Path to where cachefiles should be saved. Defaults to system's temp dir.prefix
Prepended to all entries. Good for when you need to share a keyspace with either another cache config or another application.probability
Probability of hitting a cache gc cleanup. Setting to 0 will disable cache::gc from ever being called automatically.serialize
Should cache objects be serialized first.