Releases: rapidwebltd/RW-File-Cache
Releases · rapidwebltd/RW-File-Cache
v1.2.5
v1.2.4
- Fixes related to cache directory creation and permissions
- Updating license field in
composer.json
v1.2.3
- If attempting to set a new cache item that has already expired, delete it.
v1.2.2
- Do not save if cache has already expired when being set.
v1.2.1
- Set
phpunit
as development dependency.
v1.2.0
- Do not delete
.keep
files when flushing cache.
v1.1.0
- Ability to disable the
unixLoadUpperThreshold
feature by setting config value to-1
. - Exception for Windows users that attempt to use the
unixLoadUpperThreshold
feature.
v1.0.4
- Improvement to documentation
- Replacing legacy test file with automated tests
v1.0.3
Fix issue with v1.0.2 fix.
v1.0.2
Fix to prevent issues if compression is turned off while compressed caches still exist.