Hello On the road back from Symfony Live Berlin, I discussed a bit with Hugo Hamon about the need of a Cache component in the Symfony stack. This is indeed something regularly needed and no solution is provided out of the box. I know there is Doctrine Commons which is nicely integrated with LiipDoctrineCacheBundle (https://github.com/liip/LiipDoctrineCacheBundle), but the problem is that the approach is not generic and doesn't allow other integration. Furthermore, Doctrine cache doesn't have hierarchical cache approach like ZetaComponents Cache (http://zetacomponents.org/documentation/trunk/Cache/tutorial.html).
I found 2 open PRs in the Symfony repository (https://github.com/symfony/symfony/pull/5903 and https://github.com/symfony/symfony/pull/3225), but both approaches are at the bundle level. So I would like to begin a discussion on how we could introduce a real cache component, ideally for Symfony 2.2. My 2 cents : Provide a generic interface Provide a basic implementation based on what is currently done in the Config component (Optional) Provide a bundle integrating a more advanced lib (I'd vote for ZetaComponents cache of course ;-P) Cheers ! -- Jérôme Vieilledent -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en