v0.5.0
版本发布时间: 2018-06-25 20:55:07
reactphp/cache最新发布版本:v1.2.0(2022-12-01 00:05:20)
-
Improve documentation by describing what is expected of a class implementing
CacheInterface
. (#21, #22, #23, #27 by @WyriHaximus) -
Implemented (optional) Least Recently Used (LRU) cache algorithm for
ArrayCache
. (#26 by @clue) -
Added support for cache expiration (TTL). (#29 by @clue and @WyriHaximus)
-
Renamed
remove
todelete
making it more in line withPSR-16
. (#30 by @clue)