File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,12 @@ and return the resulting response to the browser.
40
40
41
41
Because every request is routed through it, the front controller can be
42
42
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:
44
44
45
45
* Configuring the autoloader or adding additional autoloading mechanisms;
46
46
* Adding HTTP level caching by wrapping the kernel with an instance of
47
47
:ref: `AppCache<symfony-gateway-cache> `;
48
+ * Enabling (or skipping) the :doc: `ClassCache </cookbook/debugging >`
48
49
* Enabling the :doc: `/components/debug `.
49
50
50
51
The front controller can be chosen by requesting URLs like:
You can’t perform that action at this time.
0 commit comments