8000 minor #22897 [CACHE] fix README (IndraGunawan) · symfony/symfony@b0b7a36 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0b7a36

Browse files
minor #22897 [CACHE] fix README (IndraGunawan)
This PR was merged into the 3.2 branch. Discussion ---------- [CACHE] fix README | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Add Resources section to Cache component readme Commits ------- c224ad7 [CACHE] fix README
2 parents 3ace3a9 + c224ad7 commit b0b7a36

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Symfony/Component/Cache/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ low overhead so that caching is fastest. It ships with a few caching adapters
77
for the most widespread and suited to caching backends. It also provides a
88
`doctrine/cache` proxy adapter to cover more advanced caching needs and a proxy
99
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

Comments
 (0)
0