| Interface | Description |
|---|---|
| CacheRequest | |
| InternalCache |
internal cache interface.
|
| Class | Description |
|---|---|
| Cache |
Caches HTTP and HTTPS responses to the filesystem so they may be reused, saving time and
bandwidth.
|
| CacheControl |
A Cache-Control header with cache directives from a server or client.
|
| CacheControl.Builder | |
| CacheInterceptor |
Serves requests from the cache and writes responses to the cache.
|
| CacheStrategy |
Given a request and cached response, this figures out whether to use the network, the cache, or
both.
|
| CacheStrategy.Factory | |
| DiskLruCache |
A cache that uses a bounded amount of space on a filesystem.
|
Copyright © 2019. All rights reserved.