msd Backup hinzugefügt
This commit is contained in:
13
msd/vendor/desarrolla2/cache/docs/implementations/notcache.md
vendored
Normal file
13
msd/vendor/desarrolla2/cache/docs/implementations/notcache.md
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# 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.
|
Reference in New Issue
Block a user