Skip to content

Commit 8f02657

Browse files
committed
Fixes #1005
1 parent 4618e6c commit 8f02657

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

book/http_cache.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,10 @@ Here is how you can configure the Symfony2 reverse proxy to support the
10001000
``PURGE`` HTTP method::
10011001

10021002
// app/AppCache.php
1003-
class AppCache extends Cache
1003+
1004+
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
1005+
1006+
class AppCache extends HttpCache
10041007
{
10051008
protected function invalidate(Request $request)
10061009
{

0 commit comments

Comments
 (0)