Releases: php-fig/simple-cache
Releases · php-fig/simple-cache
2.0.0
Compare
Sorry, something went wrong.
No results found
Jean85
released this
29 Oct 14:02
Adds parameter types
Makes CacheException extend \Throwable
Requires PHP 8
See the meta doc, section Errata for more details: https://www.php-fig.org/psr/psr-16/meta/
1.0.1
Compare
Sorry, something went wrong.
No results found
Include slash at the beginning for DateInterval
0.3.0
Compare
Sorry, something went wrong.
No results found
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.0
Compare
Sorry, something went wrong.
No results found
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.0
Compare
Sorry, something went wrong.
No results found