Skip to content

Commit 5be29d5

Browse files
Lctrsxabbuh
andauthored
Apply suggestions from code review
Co-authored-by: Christian Flothmann <christian.flothmann@gmail.com>
1 parent 41343e3 commit 5be29d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

http_client.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,12 +1493,12 @@ Caching Requests and Responses
14931493

14941494
This component provides a :class:`Symfony\\Component\\HttpClient\\CachingHttpClient`
14951495
decorator 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
15001500
so the :doc:`Cache component </components/cache>` needs to be
1501-
installed in your application::
1501+
installed in your application.
15021502

15031503
.. tip::
15041504

0 commit comments

Comments
 (0)