APIx Cache v1.3.0 Release Notes

Release Date: 2017-05-02 // about 7 years ago
    • ๐Ÿ›  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.