psr/simple-cache
Common interfaces for simple caching
3.0.0
803M downloads/mo
#33 most downloaded on composer
php-fig/simple-cache
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships unpredictably
gaps range from 3 weeks to 4.0 years
Most releases are documented
notes for 5 of 7 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
7 releases · first in 2016
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Sep 2016 to Oct 2021Releases
latest 7-
3.0.029 Oct 2021Release notes
Open source →- Adds return types
See the meta doc, section Errata for more details: https://www.php-fig.org/psr/psr-16/meta/
-
2.0.029 Oct 2021Release notes
Open source →- Adds parameter types
- Makes
CacheExceptionextend\Throwable - Requires PHP 8
See the meta doc, section Errata for more details: https://www.php-fig.org/psr/psr-16/meta/
-
1.0.123 Oct 2017Nothing published for this version
-
1.0.002 Jan 2017Nothing published for this version
-
0.3.009 Dec 2016Release notes
Open source →- Remove CounterInterface from this spec
- Add CacheException & InvalidArgumentException interfaces
- Return success status (bool) on delete, clear & deleteMultiple
- Introduce a default value for getMultiple
- Various documentation clarifications
-
0.2.014 Nov 2016Release notes
Open source →- Added a $default param to get() to return something else than null when the key is missing
- Removed TTL_DAY, TTL_HOUR and TTL_MINUTE constants
- Renamed exists() to has() for consistency with PSR-6
-
0.1.001 Sep 2016