apitin/cache

Caching

Maintainers

Package info

github.com/wex/apitin-cache

Type:package

pkg:composer/apitin/cache

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-12 04:43:50 UTC


README

$test = Apitin\Cache\Cache::get('my.key', function() { return "foobar"; });