apitin/cache

Caching

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

pkg:composer/apitin/cache

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

This package is not auto-updated.

Last update: 2025-09-25 02:26:53 UTC


README

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