On 22.02.2011, at 13:19, Lukas Kahwe Smith wrote: > Ahoi, > > Just an FYI, I am just adding ESI to my largish application and I think it > would be nice to be able to use a core.response listener to set the cache > control settings without modifying the controller. So I am going to write a > listener that will set the given cache control settings based on an approach > similar to the access controls. The listener would look if for the given > request path there is a cache control setting and if so its applied. > > Seems like a useful addition to core .. ?
FYI: I finally got time to extract the listener we wrote for a closed source project. Since we are close to beta I didnt submit this to core and instead created a separate bundle: https://github.com/liip/CacheControlBundle We will likely add some more stuff to it soon. David said he has a little helper to do purge requests to varnish that he wants to add. regards, Lukas Kahwe Smith [email protected] -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
