Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cacheClearer an option #89

Closed
rdohms opened this issue Jul 12, 2012 · 3 comments · Fixed by #101
Closed

Make cacheClearer an option #89

rdohms opened this issue Jul 12, 2012 · 3 comments · Fixed by #101

Comments

@rdohms
Copy link

rdohms commented Jul 12, 2012

I just noticed that the Bundle now auto-hooks a cache clear on the standard Symfony Cache Clear command.

This is actually not something we want in our code, as images don't really need to be flushed and the overhead of "all" images being re-cached after every deploy is not desirable.

Is it possible to make this a configuration setting? like auto_cache_flush or something we can set to false and handle the image cache separately from the rest of the application cache?

@lsmith77
Copy link
Contributor

sure .. send a PR

@johnnypeck
Copy link
Contributor

@rdohms Any progress on this? I've only begun to use the bundle but this feature would be nice.

@rdohms
Copy link
Author

rdohms commented Aug 23, 2012

@johnnypeck sorry right now i don't see the freetime in which i can get around to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants