rtomayko / rack-cache

Real HTTP Caching for Ruby Web Apps
http://rtomayko.github.io/rack-cache/
Other
822 stars 124 forks source link

Explicit cache entry invalidation #3

Open rtomayko opened 15 years ago

rtomayko commented 15 years ago

It should be possible to purge and/or invalidate cache entries explicitly using an API or response header.

minad commented 14 years ago

There is the project http://github.com/svenfuchs/rack-cache-purge. Maybe one could integrate something similar.

Which cache purging methods are supported by other caches?

rtomayko commented 14 years ago

Yep. That's the plan. There's a thread discussing this on the mailing list:

http://groups.google.com/group/rack-cache/browse_thread/thread/14ad1fd0c370b235#

I just haven't got around to merging it in yet. It should happen soon.

mattfordham commented 11 years ago

This is obviously super old... so sorry for opening it up. Are there any plans to incorporate this?

udl commented 11 years ago

+1 from me, would be cool to have it