You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Resources/doc/features/symfony-http-cache.rst
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -98,8 +98,7 @@ your kernel like this::
98
98
}
99
99
}
100
100
101
-
Now you need to adjust your front controller to use that cache instance rather
102
-
than creating one::
101
+
Now you need to adjust your front controller (that you set up according to the `Symfony HttpCache documentation_`) to use that cache instance rather than creating one::
103
102
104
103
// public/index.php
105
104
@@ -112,6 +111,8 @@ than creating one::
112
111
$kernel = $kernel->getHttpCache();
113
112
}
114
113
114
+
// ...
115
+
115
116
.. warning::
116
117
117
118
If you do not want to instantiate the cache kernel in your kernel
0 commit comments