Skip to content

Commit

Permalink
replaced outdated DoctrineCacheBundle link
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Nov 29, 2020
1 parent 1520324 commit 502dc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -160,7 +160,7 @@ The Twig extension in this bundle supports reading settings directly in your tem

To reduce the number of database queries, you can set up a cache for settings. First, you have to choose which cache
implementation you'd like to use. Currently, there are adapters available for:
- [DoctrineCacheBundle](https://symfony.com/doc/current/bundles/DoctrineCacheBundle/index.html)
- [DoctrineCacheBundle](https://github.com/doctrine/DoctrineCacheBundle)
- [Symfony Cache component](https://symfony.com/doc/current/components/cache.html)

Refer to the documentation of each implementation for details and read on in the corresponding section below. When
Expand Down

0 comments on commit 502dc54

Please sign in to comment.