NotCache
June 19, 2018 ยท View on GitHub
A Null object that correctly implements the PSR-16 interface, but does not actually cache anything.
use Desarrolla2\Cache\NotCache;
$cache = new NotCache();
It doesn't use any options or packers.
June 19, 2018 ยท View on GitHub
A Null object that correctly implements the PSR-16 interface, but does not actually cache anything.
use Desarrolla2\Cache\NotCache;
$cache = new NotCache();
It doesn't use any options or packers.