Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 279 Bytes

notcache.md

File metadata and controls

13 lines (9 loc) · 279 Bytes

NotCache

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.