CacheConfig
Read onlyYes
FinalYes
Constants
- CACHE_DIR_ENV : string = 'FLOW_LOCAL_FILESYSTEM_CACHE_DIR'
Properties
- $cache : Cache
- $filesystemMount : string
- $localFilesystemCacheDir : Path
Methods
- __construct() : mixed
Constants
CACHE_DIR_ENV
public
string
CACHE_DIR_ENV
= 'FLOW_LOCAL_FILESYSTEM_CACHE_DIR'
Properties
$cache
public
Cache
$cache
$filesystemMount
public
string
$filesystemMount
= 'file'
$localFilesystemCacheDir
public
Path
$localFilesystemCacheDir
Methods
__construct()
public
__construct(Cache $cache, Path $localFilesystemCacheDir[, string $filesystemMount = 'file' ]) : mixed
Parameters
- $cache : Cache
- $localFilesystemCacheDir : Path
- $filesystemMount : string = 'file'