Constant CacheFilesTarget
Cache files storage. List of URIs separated by a NUL
character.
Allowed parameters for file (and therefore auto-detect) URIs are
sub-level, to specify the number of sub-directories to create for cache
files and sub-mode, to set the default mode for directories created to
the corresponding octal value.
The value is often defined based on the default application cache configuration, e.g.:
define('core\\configuration\\CacheFilesTarget', Application\Cache . "\0file://./tmp?sub-level=2\0auto-detect:?sub-level=2");
Value summary
string |
"auto-detect:?sub-level=2" |