v0.6.0
版本发布时间: 2019-07-05 00:26:08
reactphp/cache最新发布版本:v1.2.0(2022-12-01 00:05:20)
-
Feature / BC break: Add support for
getMultiple()
,setMultiple()
,deleteMultiple()
,clear()
andhas()
supporting multiple cache items (inspired by PSR-16). (#32 by @krlv and #37 by @clue) -
Documentation for TTL precision with millisecond accuracy or below and use high-resolution timer for cache TTL on PHP 7.3+. (#35 and #38 by @clue)
-
Improve API documentation and allow legacy HHVM to fail in Travis CI config. (#34 and #36 by @clue)
-
Prefix all global functions calls with \ to skip the look up and resolve process and go straight to the global function. (#31 by @WyriHaximus)