The symfony cc task includes options for a more granular reset. Take a look at symfony help cc. I committed something along these lines to 1.3 awhile back:
http://trac.symfony-project.org/changeset/14691 If there's a better implementation I'm all ears. Kris On Tue, Feb 3, 2009 at 9:05 AM, Jacob Coby <[email protected]> wrote: > > > On Feb 3, 2009, at 11:54 AM, Fabien Potencier wrote: > >>> > >>> > >>> It would be a huge help if build-model and plugin-install both > >>> cleared > >>> the autoload cache (along with any other commands that could > >>> introduce > >>> new files or paths to autoload). I cannot think of any case where > >>> you > >>> would run those commands without wanting to clear the autoload > >>> cache. > > > > You are right, but it does not harm either to clear the cache, > > especially as you are in the dev environment. > > > build-model can be run in production as well as part of a deployment. > That's why I would like for it to ONLY clear the autoload cache. I > don't really want it to clear the other caches I have without me > telling it to. > > Now that I think about it, more atomic cache-clearing would be nice > for high-traffic site deployment. I'd love to be able to clear the > partial cache without clearing the autoload cache or my function call > cache. > > -- > Jacob Coby > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
