Releases: yiisoft/cache-file
Releases · yiisoft/cache-file
Version 3.2.0
Version 3.1.0
- Chg #69: Add optional parameter
$directoryMode
toFileCache
constructor and deprecatewithDirectoryMode()
method (@particleflux) - Enh #70: Minor refactoring with PHP 8 features usage (@vjik)
Version 3.0.0
- Chg #50: Do not throw exception on file delete when file not found (fix for high concurrency load) (@sartor)
- Chg #52: Do not throw exception on change mode and modification time of cache file (fix for high
concurrency load) (@sartor) - Chg #56: Adapt configuration group names to Yii conventions (@vjik)