Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Closed
Koc opened this issue Sep 23, 2016 · 8 comments
Closed

Missing information about cache integration inside framework bundle #7006

Koc opened this issue Sep 23, 2016 · 8 comments
Labels
actionable Clear and specific issues ready for anyone to take them. Cache FrameworkBundle
Milestone

Comments

@Koc
Copy link
Contributor

Koc commented Sep 23, 2016

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

@xabbuh xabbuh added the Cache label Sep 26, 2016
@xabbuh xabbuh added this to the 3.1 milestone Sep 26, 2016
@Steveb-p
Copy link
Contributor

Please, whoever is/will be adding documentation for it, note that pools declared in configuration are private by default :)

@nicolas-grekas
Copy link
Member

3.2 added the framework.cache.prefix_seed config entry

anyone willing to give it a try?

@HeahDude HeahDude modified the milestones: 3.2, 3.1 Apr 15, 2017
@HeahDude HeahDude added the actionable Clear and specific issues ready for anyone to take them. label Apr 15, 2017
@HeahDude
Copy link
Contributor

Is #7245 enough to close here?

@xabbuh
Copy link
Member

xabbuh commented Apr 20, 2017

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

@xabbuh xabbuh closed this as completed Apr 20, 2017
@Koc
Copy link
Contributor Author

Koc commented Apr 20, 2017

@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

@xabbuh xabbuh reopened this Apr 20, 2017
@javiereguiluz javiereguiluz changed the title Missing information about cache integration iside framework bundle Missing information about cache integration inside framework bundle Feb 2, 2018
@joksnet
Copy link

joksnet commented Nov 25, 2018

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.

@teohhanhui
Copy link
Contributor

@joksnet That's not related to this issue.

javiereguiluz added a commit that referenced this issue Apr 9, 2019
This PR was squashed before being merged into the 4.2 branch (closes #11367).

Discussion
----------

[Cache] Document cache tags

I think we can close issue #7006 after this is merged.
This PR will fix #10343

Commits
-------

b111eae [Cache] Document cache tags
@javiereguiluz
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actionable Clear and specific issues ready for anyone to take them. Cache FrameworkBundle
Projects
None yet
Development

No branches or pull requests

9 participants