apitin/persistent-cache

Persistent caching with Redis

Maintainers

Package info

github.com/wex/apitin-persistent-cache

Type:package

pkg:composer/apitin/persistent-cache

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-28 07:02:16 UTC


README

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