apitin/persistent-cache

使用Redis的持久化缓存

v1.0.0 2021-05-27 19:41 UTC

This package is auto-updated.

Last update: 2024-09-28 04:00:26 UTC


README

$cache = new Apitin\PersistentCache\PersistentCache();
$test = $cache->get('my.key', function() { return "foobar"; });