Michael, What is the ticket # for sfXCacheCache issue? Also, if you override the configuration paths via sfApplicationConfiguration, then it should just work. Otherwise, you need to listen to the cache clear event and add your own method to delete cache files.
Cheers, Dustin On 9/24/08 12:52 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > Dear Dustin, > > i wrote a "light" version of your plugin because it didn't work with > my xcache installation (i created a ticket for sfXCacheCache some time > ago) and i just needed the functionality for my configs (database > etc.). Depending on the requested domain, a different "dimension" > folder is created inside the cache folder. This works perfectly, and i > thank you for all your work that i learned from. > > I have now problems with the cc command, because it does only iterate > the app folders, but not the custom "dimension" folder. I had this > issue also with the dimension plugin. The cache folder looks like > this: > > cache/ > backend/ > ... > demo/ > backend/ > ... > frontend/ > ... > frontend/ > ... > > The custom cache folder is only created, when a $_SERVER['HTTP_HOST'] > is set, because in cli we have no domain requested. So when i launch > the cc command, everything is cleared, but not the "demo" folder in > this example. > > I would appreciate any hint or tip, how to force the cc command to > recognize this "dimensions". > > Thanks, > Michael > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
