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

Manually expire cache #99

Open
jokklan opened this issue Aug 18, 2014 · 3 comments
Open

Manually expire cache #99

jokklan opened this issue Aug 18, 2014 · 3 comments

Comments

@jokklan
Copy link

jokklan commented Aug 18, 2014

I can see that no changes or pull request has been accepted in a long time. However would you be interested in a pull request that implemented a simple way to manually expire cache entries?

@todddickerson
Copy link

I'd sure be interested... +1

@knagode
Copy link

knagode commented Sep 8, 2017

If you are using Redis it you can purge cache by deleting entry with URL as a key. You would do something like: $redis.keys('*www.xyz.com/*').each { |k| $redis.del(k) }

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

No branches or pull requests

4 participants