Symfony-docs: Missing information about cache integration inside framework bundle

Created on 23 Sep 2016  路  8Comments  路  Source: symfony/symfony-docs

http://symfony.com/doc/master/reference/configuration/framework.html

  1. there is no mention about cache section
  2. 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

//cc @nicolas-grekas

Cache FrameworkBundle actionable

Most helpful comment

Closing thanks to #11367 and all the other recent PRs related to the Cache. Thanks.

All 8 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?

Closing here for now. If someone disagrees, please scream. :)

@HeahDude, @xabbuh

http://symfony.com/doc/master/reference/configuration/framework.html#reference-annotations-cache

  1. 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.apc to use the APC cache provide from the Doctrine project.

But is deprecated according to UPDAGRE-3.4.md:

The validator.mapping.cache.doctrine.apc service 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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wiser picture wiser  路  3Comments

wouterj picture wouterj  路  4Comments

ManInTheBox picture ManInTheBox  路  4Comments

javiereguiluz picture javiereguiluz  路  3Comments

Kwadz picture Kwadz  路  3Comments