8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9b1af commit c224ad7Copy full SHA for c224ad7
src/Symfony/Component/Cache/README.md
@@ -7,3 +7,12 @@ low overhead so that caching is fastest. It ships with a few caching adapters
7
for the most widespread and suited to caching backends. It also provides a
8
`doctrine/cache` proxy adapter to cover more advanced caching needs and a proxy
9
adapter for greater interoperability between PSR-6 implementations.
10
+
11
+Resources
12
+---------
13
14
+ * [Documentation](https://symfony.com/doc/current/components/cache.html)
15
+ * [Contributing](https://symfony.com/doc/current/contributing/index.html)
16
+ * [Report issues](https://github.com/symfony/symfony/issues) and
17
+ [send Pull Requests](https://github.com/symfony/symfony/pulls)
18
+ in the [main Symfony repository](https://github.com/symfony/symfony)
0 commit comments