summaryrefslogtreecommitdiff
path: root/vendor/symfony/cache/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/cache/README.md')
-rw-r--r--vendor/symfony/cache/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/symfony/cache/README.md b/vendor/symfony/cache/README.md
new file mode 100644
index 0000000..c466d57
--- /dev/null
+++ b/vendor/symfony/cache/README.md
@@ -0,0 +1,19 @@
1Symfony PSR-6 implementation for caching
2========================================
3
4The Cache component provides extended
5[PSR-6](https://www.php-fig.org/psr/psr-6/) implementations for adding cache to
6your applications. It is designed to have a low overhead so that caching is
7fastest. It ships with adapters for the most widespread caching backends.
8It also provides a [PSR-16](https://www.php-fig.org/psr/psr-16/) adapter,
9and implementations for [symfony/cache-contracts](https://github.com/symfony/cache-contracts)'
10`CacheInterface` and `TagAwareCacheInterface`.
11
12Resources
13---------
14
15 * [Documentation](https://symfony.com/doc/current/components/cache.html)
16 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
17 * [Report issues](https://github.com/symfony/symfony/issues) and
18 [send Pull Requests](https://github.com/symfony/symfony/pulls)
19 in the [main Symfony repository](https://github.com/symfony/symfony)