File "notcache.md"

Full Path: /home/humancap/cl.humancap.com.my/vendor/desarrolla2/cache/docs/notcache.md
File size: 279 bytes
MIME-type: text/plain
Charset: utf-8

# NotCache

A [Null object](https://sourcemaking.com/design_patterns/null_object) that
correctly implements the PSR-16 interface, but does not actually cache
anything.

``` php
use Desarrolla2\Cache\NotCache;

$cache = new NotCache();
```

It doesn't use any options or packers.