aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-rack-cache/pkg-descr
blob: 925b9fb5011983c7ebf4c6c789f5e2ebb890b528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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://tomayko.com/src/rack-cache/