File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1493,12 +1493,12 @@ Caching Requests and Responses
14931493
14941494This component provides a :class: `Symfony\\ Component\\ HttpClient\\ CachingHttpClient `
14951495decorator that allows caching responses and serving them from the cache storage
1496- for next requests as described in the `RFC 9111 `_.
1496+ for next requests as described in `RFC 9111 `_.
14971497
1498- The implementation leverages the
1499- :class: `Symfony\\ Contracts\\ Cache\\ TagAwareCacheInterface ` class under the hood
1498+ The implementation leverages a
1499+ :class: `tag aware cache < Symfony\\ Contracts\\ Cache\\ TagAwareCacheInterface> ` under the hood
15001500so the :doc: `Cache component </components/cache >` needs to be
1501- installed in your application::
1501+ installed in your application.
15021502
15031503.. tip ::
15041504
You can’t perform that action at this time.
0 commit comments