Skip to content

Updated Symfony HTTP cache docs #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Updated Symfony HTTP cache docs #291

wants to merge 1 commit into from

Conversation

pestaa
Copy link
Contributor

@pestaa pestaa commented Apr 8, 2016

Added warning about class caches in Symfony 2.8+.

Fixes #276.

Warning about class caches in Symfony 2.8+.
Since Symfony 2.8, the class cache (``classes.php``) is compiled even in console mode
by an optional warmer (``ClassCacheCacheWarmer``). This can produce conflicting results
with the regular web entry points, because the class cache may contain definitions
(such as the subscribers above) that are autoloaded before the class cache itself;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/autoloaded/loaded/

@dbu
Copy link
Contributor

dbu commented Apr 8, 2016

thanks! added a few suggestions

@dbu
Copy link
Contributor

dbu commented May 27, 2016

ping @pestaa

@dbu
Copy link
Contributor

dbu commented Jul 1, 2016

continued in #295

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants