This repository was archived by the owner on Nov 24, 2024. It is now read-only.
Releases: DerManoMann/acache
Releases · DerManoMann/acache
2.0.2
2.0.1: Spring cleanup (#49)
- Bump requirements to PHP 5.6
- Update deps
- Add travis test matrix
1.3.2
v1.3.1
v1.3.0: Merge pull request #37 from DerManoMann/soft_flush
Improved FilesystemCache:
- permissions
- deletion of directories
PSR-6 improvements
- PSR-6 decorators now pass all 'cache/integration-tests' tests
- ArrayCache now supports shared storage across instances in the same process to make it PSR-6 compliant
psr-6
Added support for psr-6 - caching.
Logger support
- cleaned up multi level cache stack validation
- logger support for MultiLevelCache
Apc GC refactoring
The Apc cache GC code has been split off into a separate class.
Maintenance and cleanup
This version breaks BC in two ways:
- The save method arguments changed to bring them in line with all the other methods.
- All code moved into Radebatz\ACache
There is also a new decorator to decorate cache instances as Doctrine Cache instances and also a new NullCache implementation.
Autoloading now uses psr-4.