Chapter 12 (Caching) of the sf manual talks about clearing specific
cached actions using
$this->getContext()->getViewCacheManager()->remove()
but what if I want to clear them all? And preferably without clearing
other aspects of the cache such as the configuration cache?

I'm wondering this because I'm setting up action caching in my
application, and I'd like to be able to clear all cached actions
whenever a user is added/modified/deleted, since users are present on
almost every page of the application.
-- 
- SR

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to