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.
Stores entity bodies on disk at the specified path.
Stores entity bodies on disk at the specified path.
Stores entity bodies on the heap using a Hash object.
Stores entity bodies on the heap using a Hash object.