apitin/cache

Caching

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

This package is not auto-updated.

Last update: 2025-04-10 00:12:22 UTC


README

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