25 $path = $config->localcacheroot ?: ($config->cacheroot ?: $config->dataroot);
31 'path' =>
$path .
'localfastcache' . DIRECTORY_SEPARATOR,
32 'defaultChmod' => 0770,
33 'secureFileManipulation' =>
true,
34 'useStaticItemCaching' =>
true,
35 'itemDetailedDate' =>
true,
36 'securityKey' => $namespace,
Configuration for local files fastcache driver.
$config
Advanced site settings, debugging section.
static fromElggConfig(string $namespace,\Elgg\Config $config)
Factory to return a config object to be used when starting a driver.