fleetCatalogue/vendor/psr/simple-cache
ShuriZma 0e79f2b4b6
init commit
git add /vendor
add several models
add vehicle list
2023-10-09 20:33:17 +02:00
..
src init commit 2023-10-09 20:33:17 +02:00
.editorconfig init commit 2023-10-09 20:33:17 +02:00
LICENSE.md init commit 2023-10-09 20:33:17 +02:00
README.md init commit 2023-10-09 20:33:17 +02:00
composer.json init commit 2023-10-09 20:33:17 +02:00

README.md

PHP FIG Simple Cache PSR

This repository holds all interfaces related to PSR-16.

Note that this is not a cache implementation of its own. It is merely an interface that describes a cache implementation. See the specification for more details.

You can find implementations of the specification by looking for packages providing the psr/simple-cache-implementation virtual package.