Skip to content

Commit ca6d87a

Browse files
mpdudeweaverryan
authored andcommitted
Formatting fix and additional example
1 parent f546b9e commit ca6d87a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/configuration/front_controllers_and_kernel.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ and return the resulting response to the browser.
4040

4141
Because every request is routed through it, the front controller can be
4242
used to perform global initializations prior to setting up the kernel or
43-
to *`decorate`_* the kernel with additional features. Examples include:
43+
to `decorate`_ the kernel with additional features. Examples include:
4444

4545
* Configuring the autoloader or adding additional autoloading mechanisms;
4646
* Adding HTTP level caching by wrapping the kernel with an instance of
4747
:ref:`AppCache<symfony-gateway-cache>`;
48+
* Enabling (or skipping) the :doc:`ClassCache </cookbook/debugging>`
4849
* Enabling the :doc:`/components/debug`.
4950

5051
The front controller can be chosen by requesting URLs like:

0 commit comments

Comments
 (0)