http://symfony.com/doc/master/reference/configuration/framework.html
framework.annotations.cache default is php_array https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L598 but doc says that is file//cc @nicolas-grekas
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 https://github.com/symfony/symfony-docs/pull/7245 enough to close here?
Closing here for now. If someone disagrees, please scream. :)
@HeahDude, @xabbuh
http://symfony.com/doc/master/reference/configuration/framework.html#reference-annotations-cache
- some other cache references are outdeted - for example framework.annotations.cache default is php_array https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L598 but doc says that is file
also there is no any mention about how to enable tagged cache
FrameworkBundle configuration reference framework.rst says:
Set this option to
validator.mapping.cache.doctrine.apcto use the APC cache provide from the Doctrine project.
But is deprecated according to UPDAGRE-3.4.md:
The
validator.mapping.cache.doctrine.apcservice has been deprecated.
@joksnet That's not related to this issue.
Closing thanks to #11367 and all the other recent PRs related to the Cache. Thanks.
Most helpful comment
Closing thanks to #11367 and all the other recent PRs related to the Cache. Thanks.