psr/cache
Common interface for caching libraries
3.0.0
751M downloads/mo
#79 most downloaded on composer
php-fig/cache
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Release timing varies
gaps range from 8 months to 4.5 years
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
11 years old
4 releases · first in 2015
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Dec 2015 to Feb 2021
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 4-
3.0.003 Feb 2021 -
2.0.003 Feb 2021Release notes
Open source →Changed
- BREAKING The
CacheItemInterface::expiresAt()method’s$expirationparameter is typehinted withDateTimeInterface, see this explanation - All methods have typed parameters
Psr\Cache\CacheExceptionextendsThrowable- Bump required PHP version to 8.0
- BREAKING The
-
1.0.106 Aug 2016Release notes
Open source →Fixed
- Make spacing consistent in phpdoc annotations php-fig/cache#9 - chalasr
- Fix grammar in phpdoc annotations php-fig/cache#10 - chalasr
- Be more specific in docblocks that
getItems()anddeleteItems()take an array of strings (string[]) compared to justarrayphp-fig/cache#8 - GrahamCampbell - For
expiresAt()andexpiresAfter()in CacheItemInterface fix docblock to specify null as a valid parameters as well as an implementation of DateTimeInterface php-fig/cache#7 - GrahamCampbell
-
1.0.011 Dec 2015