K 10 svn:author V 9 pgollucci K 8 svn:date V 27 2010-09-08T21:26:18.000000Z K 7 svn:log V 564 Rack::Cache is suitable as a quick drop-in component to enable HTTP caching for Rack-based applications that produce freshness (Expires, Cache-Control) and/or validation (Last-Modified, ETag) information. * Standards-based (see RFC 2616 / Section 13). * Freshness/expiration based caching * Validation * Vary support * Portable: 100% Ruby / works with any Rack-enabled framework. * Disk, memcached, and heap memory storage backends. WWW: http://rtomayko.github.com/rack-cache/ PR: ports/150379 Submitted by: Eric Freeman END