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 63da666 commit e9b0a12Copy full SHA for e9b0a12
http_cache/cache_invalidation.rst
@@ -51,6 +51,7 @@ Here is how you can configure the Symfony reverse proxy (See :doc:`/http_cache`)
51
to support the ``PURGE`` HTTP method::
52
53
// src/CacheKernel.php
54
+ namespace App;
55
56
use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache;
57
use Symfony\Component\HttpFoundation\Request;
0 commit comments