Skip to content

Commit 282227f

Browse files
committed
cleanup symfony httpcache intro
1 parent e98d73c commit 282227f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/symfony-cache-configuration.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ than using Varnish or NGINX, it can still provide considerable performance
99
gains over an installation that is not cached at all. It can be useful for
1010
running an application on shared hosting for instance.
1111

12-
You can use features of this library with the Symfony ``HttpCache``. The basic
13-
concept is to use event subscribers on the HttpCache class.
12+
You can use features of this library with the help of the
13+
``EventDispatchingHttpCache`` provided here. The basic concept is to use event
14+
subscribers on the HttpCache class.
1415

1516
.. note::
1617

0 commit comments

Comments
 (0)