diff options
Diffstat (limited to 'vendor/symfony/cache/README.md')
| -rw-r--r-- | vendor/symfony/cache/README.md | 19 |
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 @@ | |||
| 1 | Symfony PSR-6 implementation for caching | ||
| 2 | ======================================== | ||
| 3 | |||
| 4 | The Cache component provides extended | ||
| 5 | [PSR-6](https://www.php-fig.org/psr/psr-6/) implementations for adding cache to | ||
| 6 | your applications. It is designed to have a low overhead so that caching is | ||
| 7 | fastest. It ships with adapters for the most widespread caching backends. | ||
| 8 | It also provides a [PSR-16](https://www.php-fig.org/psr/psr-16/) adapter, | ||
| 9 | and implementations for [symfony/cache-contracts](https://github.com/symfony/cache-contracts)' | ||
| 10 | `CacheInterface` and `TagAwareCacheInterface`. | ||
| 11 | |||
| 12 | Resources | ||
| 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) | ||
