| sidebar_position | 3 |
|---|
This class doesn't cache. Use it to disable the cache without changing your code.
$cache = new \ByJG\Cache\Psr16\NoCacheEngine();$cachePool = \ByJG\Cache\Factory::createNullPool();or
$cachePool = new \ByJG\Cache\Psr6\CachePool(new \ByJG\Cache\Psr16\NoCacheEngine());