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
minor symfony#6263 [Cookbook][Debugging] reflect behavior changes in cache generation (xabbuh)
This PR was merged into the 2.8 branch.
Discussion
----------
[Cookbook][Debugging] reflect behavior changes in cache generation
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | 2.8+
| Fixed tickets | symfony#6169
Starting with Symfony 2.8, the class cache is generated when the cache
is warmed up. This means that you cannot prevent the cache from being
generated, but you must simply not load it to ease debugging. Also, this
means that you have to ignore the cache files in your IDE now if it
cannot deal with them properly.
Commits
-------
6ef2099 reflect behavior changes in cache generation
0 commit comments