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

Stores entity bodies on disk at the specified path.

FILE

Stores entity bodies on disk at the specified path.

GAE
GAECACHE
HEAP

Stores entity bodies on the heap using a Hash object.

MEM

Stores entity bodies on the heap using a Hash object.

MEMCACHE
MEMCACHED