rector/vendor/psr/simple-cache
Tomas Votruba 12c115e6f6 Updated Rector to commit 5193d43b644f9d059d9964ebcc6820181a7bca18
5193d43b64 [NodeTypeResolver] Remove unnecessary loop SourceLocator collection on DynamicSourceLocatorProvider (#5852)
2024-05-02 02:21:56 +00:00
..
src Updated Rector to commit 5193d43b644f9d059d9964ebcc6820181a7bca18 2024-05-02 02:21:56 +00:00
LICENSE.md Updated Rector to commit 2f3e9be0ae108c75f9de8fbf2ea92f0393ad9839 2023-06-08 14:23:03 +00:00
README.md Updated Rector to commit 2f3e9be0ae108c75f9de8fbf2ea92f0393ad9839 2023-06-08 14:23:03 +00:00
composer.json Updated Rector to commit 5193d43b644f9d059d9964ebcc6820181a7bca18 2024-05-02 02:21:56 +00: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.