rector/vendor/psr/simple-cache
Tomas Votruba 695c190be3 Updated Rector to commit 94b5561ca87ee6825a098c7c506b774582bf3354
94b5561ca8 chore: bump min version of github actions (fix deprecations) (#5675)
2024-03-01 20:02:28 +00:00
..
src Updated Rector to commit 94b5561ca87ee6825a098c7c506b774582bf3354 2024-03-01 20:02:28 +00:00
composer.json Updated Rector to commit 94b5561ca87ee6825a098c7c506b774582bf3354 2024-03-01 20:02:28 +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

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.