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