Releases: byjg/php-cache-engine
Releases · byjg/php-cache-engine
Release 5.0.3
What's Changed
PR: #15
- Add GarbageCollectorInterface.php
- Add GarbageCollectorInterface.php
- Add AtomicOperationInterface.php
- Allow change prefix in TmpfsCacheEngine.php
Full Changelog: 5.0.2...5.0.3
Release 5.0.2
Release 5.0.1
Release 5.0.0
What's Changed
Full Changelog: 4.9.3...5.0.0
Release 4.9.3
Release 4.9.2
Release 4.9.1
Release 4.9.0
- Latest release with support for PHP 7.x
- Fix several incompatibilities with PHP 8.0
Release 4.0.6
Fix InvalidArgumentException not PSR-4 compliant
Release 4.0.5
- Check
expiresAt
andexpiresAfter
methods.