We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f546b9e commit ca6d87aCopy full SHA for ca6d87a
cookbook/configuration/front_controllers_and_kernel.rst
@@ -40,11 +40,12 @@ and return the resulting response to the browser.
40
41
Because every request is routed through it, the front controller can be
42
used to perform global initializations prior to setting up the kernel or
43
-to *`decorate`_* the kernel with additional features. Examples include:
+to `decorate`_ the kernel with additional features. Examples include:
44
45
* Configuring the autoloader or adding additional autoloading mechanisms;
46
* Adding HTTP level caching by wrapping the kernel with an instance of
47
:ref:`AppCache<symfony-gateway-cache>`;
48
+* Enabling (or skipping) the :doc:`ClassCache </cookbook/debugging>`
49
* Enabling the :doc:`/components/debug`.
50
51
The front controller can be chosen by requesting URLs like:
0 commit comments