Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
gilour
/
vendor
/
desarrolla2
/
cache
/
docs
/
implementations
:
notcache-20250815200712.md
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
# 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.