8000 Added a hint about the file path · FriendsOfSymfony/FOSHttpCache@0e3d337 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e3d337

Browse files
committed
Added a hint about the file path
1 parent d56f6a4 commit 0e3d337

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/symfony-cache-configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Using the trait
3030
Your ``AppCache`` needs to implement ``CacheInvalidation`` and use the
3131
trait ``FOS\HttpCache\SymfonyCache\EventDispatchingHttpCache``::
3232

33+
// app/AppCache.php
34+
3335
use FOS\HttpCache\SymfonyCache\CacheInvalidation;
3436
use FOS\HttpCache\SymfonyCache\EventDispatchingHttpCache;
3537
use Symfony\Component\HttpFoundation\Request;

0 commit comments

Comments
 (0)
0