You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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) }
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?
The text was updated successfully, but these errors were encountered: