Skip to content

Releases: php-fig/simple-cache

3.0.0

29 Oct 14:03
3.0.0
764e0b3
Compare
Choose a tag to compare
  • Adds return types

See the meta doc, section Errata for more details: https://www.php-fig.org/psr/psr-16/meta/

2.0.0

29 Oct 14:02
2.0.0
8707bf3
Compare
Choose a tag to compare
  • 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

05 Mar 09:46
Compare
Choose a tag to compare
Include slash at the beginning for DateInterval

0.3.0

09 Dec 08:52
Compare
Choose a tag to compare
  • 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

16 Nov 13:57
Compare
Choose a tag to compare
  • 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

16 Nov 13:56
0.1.0
Compare
Choose a tag to compare
  • Initial release