Class: Rack::Cache::EntityStore
- Inherits:
-
Object
- Object
- Rack::Cache::EntityStore
- Defined in:
- lib/rack/cache/entity_store.rb
Overview
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.
Direct Known Subclasses
Disk, GAEStore, Heap, MemCacheBase, Noop
Defined Under Namespace
Classes: Dalli, Disk, GAEStore, Heap, MemCacheBase, MemCached, Noop