Posts tagged caching

Apr07

Client-Side Caching with Cacheability

restclient rack caching | comments

Cyril Rohr gives us Cacheability, a caching HTTP client which cleverly mashes together RestClient and Rack::Cache. It can cache results in memory, on the filesystem, or in memcached. Grab a copy:

Continue reading »