| CacheReadingPublisher.Listener |
|
| CacheResponse |
A RawResponse retrieved from cache.
|
| CacheResponseMetadata |
Metadata for each response entry in the cache.
|
| CacheWritingPublisher.Listener |
|
| DiskStore |
A persistent Store implementation that saves entries on disk under a specified directory.
|
| DiskStore.Builder |
|
| DiskStore.Hash |
An immutable 80-bit hash code.
|
| DiskStore.Hasher |
A function that computes an 80-bit hash from a string key.
|
| InternalStorageExtension |
|
| LocalCache |
A response cache that provides APIs for retrieval, metadata updates, insertion and removal.
|
| LocalCache.Factory |
|
| NetworkResponse |
A RawResponse that came from the network and may be written to cache.
|
| RawResponse |
A response with a "raw" body that is yet to be handled.
|
| Store |
A repository of binary data entries each identified by a string key.
|
| Store.Editor |
Writes an entry's metadata block and data stream.
|
| Store.EntryReader |
A reader for an entry's data stream.
|
| Store.EntryWriter |
A writer for an entry's data stream.
|
| Store.Viewer |
Reads an entry's metadata block and data stream.
|
| TestableStore |
|