Class | Rack::Cache::EntityStore |
In: |
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.
HEAP | = | Heap |
MEM | = | Heap |
DISK | = | Disk |
FILE | = | Disk |
MEMCACHE | = | if defined?(::Memcached) |