-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Missing information about cache integration inside framework bundle #7006
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
Comments
Please, whoever is/will be adding documentation for it, note that pools declared in configuration are private by default :) |
3.2 added the framework.cache.prefix_seed config entry anyone willing to give it a try? |
Is #7245 enough to close here? |
Closing here for now. If someone disagrees, please scream. :) |
http://symfony.com/doc/master/reference/configuration/framework.html#reference-annotations-cache
also there is no any mention about how to enable tagged cache |
FrameworkBundle configuration reference framework.rst says:
But is deprecated according to UPDAGRE-3.4.md:
|
@joksnet That's not related to this issue. |
Closing thanks to #11367 and all the other recent PRs related to the Cache. Thanks. |
http://symfony.com/doc/master/reference/configuration/framework.html
framework.annotations.cache
default isphp_array
https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L598 but doc says that isfile
//cc @nicolas-grekas
The text was updated successfully, but these errors were encountered: