diff options
Diffstat (limited to 'vendor/psr/cache/README.md')
-rw-r--r-- | vendor/psr/cache/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/psr/cache/README.md b/vendor/psr/cache/README.md new file mode 100644 index 0000000..9855a31 --- /dev/null +++ b/vendor/psr/cache/README.md | |||
@@ -0,0 +1,12 @@ | |||
1 | Caching Interface | ||
2 | ============== | ||
3 | |||
4 | This repository holds all interfaces related to [PSR-6 (Caching Interface)][psr-url]. | ||
5 | |||
6 | Note that this is not a Caching implementation of its own. It is merely interfaces that describe the components of a Caching mechanism. | ||
7 | |||
8 | The installable [package][package-url] and [implementations][implementation-url] are listed on Packagist. | ||
9 | |||
10 | [psr-url]: https://www.php-fig.org/psr/psr-6/ | ||
11 | [package-url]: https://packagist.org/packages/psr/cache | ||
12 | [implementation-url]: https://packagist.org/providers/psr/cache-implementation | ||