Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Updated http_cache/* articles to Symfony 4#8682
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
weaverryan commentedNov 17, 2017
Hmmmm. Two things:
|
weaverryan commentedNov 21, 2017
Status: Needs work |
weaverryan commentedNov 27, 2017
Thanks! |
…, weaverryan)This PR was merged into the 4.0 branch.Discussion----------Updated http_cache/* articles to Symfony 4I have a question about the old `AppCache` class. I've moved to `src/AppCache.php` under `App` namespace. Is that correct? And also: should we rename it to `Cache` or `KernelCache` or something else? AppCache was great when we had AppKernel ... but now we have just Kernel.Commits-------1e75772 Merge branch '4.0' into update_http_cache664f280 Merge branch '4.0' into update_http_cached512875 Updated http_cache/* articles to Symfony 4
I have a question about the old
AppCacheclass. I've moved tosrc/AppCache.phpunderAppnamespace. Is that correct? And also: should we rename it toCacheorKernelCacheor something else? AppCache was great when we had AppKernel ... but now we have just Kernel.