Releases: matomo-org/component-cache
Releases · matomo-org/component-cache
1.0.1
- When using Redis a unix socket can now be configured instead of a host and port
0.2.8
Prevent a possible future bug where it could run into an endless loop
0.2.7
Return true when cache file does not exist Fixes #10 (#11)
0.2.6
Merge pull request #8 from ThaDafinser/patch-2
Fixing parameter
0.2.5
Updating to doctrine/cache 1.4 which contains our fix.
0.2.4
do not throw exception when clearing a file cache if the cache dir doesn't exist
Fixed a possible race condition in file cache
0.2.2
fixes #3 piwik/piwik#6873 write cache file in an atomic way if possible
Some minor fixes and a few more tests
0.2.1
redis extension cannot be installed this way on hhvm