$_defaultConfig
$_defaultConfig : array
The default config used unless overridden by runtime configuration
durationSpecify 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.isWindowsAutomatically populated with whether the host is windows or notlockUsed by FileCache. Should files be locked before writing to them?maskThe mask used for created filespathPath to where cachefiles should be saved. Defaults to system's temp dir.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.serializeShould cache objects be serialized first.