apitin/persistent-cache

Persistent caching with Redis

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

This package is auto-updated.

Last update: 2024-04-28 03:09:18 UTC


README

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