apitin/cache

Caching

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

This package is not auto-updated.

Last update: 2025-03-27 00:03:37 UTC


README

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