Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 374 Bytes

class-no-cache-engine.md

File metadata and controls

24 lines (14 loc) · 374 Bytes

Class NoCacheEngine

This class don't cache. Use it for disable the cache without change your code.

PSR-16 Constructor

$cache = new \ByJG\Cache\Psr16\NoCacheEngine();

PSR-6 Constructor

$cachePool = \ByJG\Cache\Factory::createNullPool();

or

$cachePool = new \ByJG\Cache\Psr6\CachePool(new \ByJG\Cache\Psr16\NoCacheEngine());