Commit 872500f
committed
minor #9933 Improved the front controller of the HttpCache (javiereguiluz)
This PR was squashed before being merged into the 4.0 branch (closes #9933).
Discussion
----------
Improved the front controller of the HttpCache
I don't think it makes sense to enable HttpCache in `dev` (in the past we only added this to `web/app.php` and not `web/app_dev.php`).
The change in the `+ use App\CacheKernel;` (lines 98 and 99) is to sort the `use ...` alphabetically.
Commits
-------
46c6c02 Improved the front controller of the HttpCache1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | 98 | | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | | - | |
105 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
106 | 111 | | |
107 | 112 | | |
108 | 113 | | |
| |||
0 commit comments