I have no time set aside to work on this atm so do feel free to take. I
imagined Rack::Cache putting some kind of object in Rack's env that could
be used by downstream components to purge entries.
e.g., an app would be able to do something like:
env['rack-cache.purgethingy'].invalidate '/foo/bar'
Interestingly, this involves both of the hard problems in CS: naming
things and cache invalidation :)
Also, I've noticed your github fork and plan on reviewing sometime within
the next few days. If you run into any snags or have any questions, this
is the place to post about it.
Thanks
--
Ryan http://tomayko.com/about