- Fix a PSR-6 expiration issue.
- Added PsrCache\Item::__toString` method to simplify cached value output.
- Added
PsrCache\Pool::__destruct()method to (garbage collect) magically commit all deferred cached items. - Removed all deprecated methods from
PsrCache. - Various fixes, more unit-tests and some cleanup.