8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56f6a4 commit 0e3d337Copy full SHA for 0e3d337
doc/symfony-cache-configuration.rst
@@ -30,6 +30,8 @@ Using the trait
30
Your ``AppCache`` needs to implement ``CacheInvalidation`` and use the
31
trait ``FOS\HttpCache\SymfonyCache\EventDispatchingHttpCache``::
32
33
+ // app/AppCache.php
34
+
35
use FOS\HttpCache\SymfonyCache\CacheInvalidation;
36
use FOS\HttpCache\SymfonyCache\EventDispatchingHttpCache;
37
use Symfony\Component\HttpFoundation\Request;
0 commit comments