apitin/persistent-cache

Persistent caching with Redis

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

pkg:composer/apitin/persistent-cache

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

This package is auto-updated.

Last update: 2025-09-28 06:09:53 UTC


README

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