Easy client-caching with RestClient and Rack-Cache (60 LOC)
rack-cache is most used to cache responses given by an application backend. If you consider that your backend is the web, then rack-cache becomes a powerful tool for client-caching. Look at the Gist
Post a comment