Skip to content

Releases: php-fig/simple-cache

3.0.0

Choose a tag to compare

@Jean85 Jean85 released this 29 Oct 14:03
3.0.0
764e0b3
  • Adds return types

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

2.0.0

Choose a tag to compare

@Jean85 Jean85 released this 29 Oct 14:02
2.0.0
8707bf3
  • 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

Choose a tag to compare

@mrailton mrailton released this 05 Mar 09:46
Include slash at the beginning for DateInterval

0.3.0

Choose a tag to compare

@Seldaek Seldaek released this 09 Dec 08:52
  • 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

Choose a tag to compare

@Seldaek Seldaek released this 16 Nov 13:57
  • 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

Choose a tag to compare

@Seldaek Seldaek released this 16 Nov 13:56
0.1.0
  • Initial release