class Rack::Cache::EntityStore

Entity stores are used to cache response bodies across requests. All Implementations are required to calculate a SHA checksum of the data written which becomes the response body's key.

Constants

DISK
FILE
GAE
GAECACHE
HEAP
MEM
MEMCACHE
MEMCACHED