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