mloughran / api_cache

Simple library which makes it easy to add caching to all your external API calls.
http://mloughran.github.com/api_cache/
MIT License
360 stars 29 forks source link

Delete key #5

Closed DougPuchalski closed 12 years ago

DougPuchalski commented 12 years ago

Invalidation/manual expiry of cached entries.

mloughran commented 12 years ago

Looks good, and thanks for bringing rspec out of the dark ages ;)

DougPuchalski commented 12 years ago

You're welcome. I've been meaning to get that expire function in there for a long time now...

Somewhere, I have the code for doing retries...

mloughran commented 12 years ago

Ditto, been on the todo list forever, but I never actually needed it. I can see that retries would be useful. I'll get a new gem release out soonish as well - it's been a while