apitin/cache

Caching

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

This package is not auto-updated.

Last update: 2024-04-24 19:51:32 UTC


README

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