Class Rack::Cache::EntityStore

  1. lib/rack/cache/entitystore.rb
Parent: Object

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

HEAP = Heap
MEM = Heap
DISK = Disk
FILE = Disk
MEMCACHE = if defined?(::Memcached)