Interface | Description |
---|---|
CacheRequest | |
InternalCache |
OkHttp's internal cache interface.
|
Class | Description |
---|---|
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.