| Package | Description |
|---|---|
| okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
| okhttp3.internal.cache |
| Modifier and Type | Class and Description |
|---|---|
private class |
Cache.CacheRequestImpl |
| Modifier and Type | Method and Description |
|---|---|
(package private) CacheRequest |
Cache.put(Response response) |
| Modifier and Type | Method and Description |
|---|---|
CacheRequest |
InternalCache.put(Response response) |
| Modifier and Type | Method and Description |
|---|---|
private Response |
CacheInterceptor.cacheWritingResponse(CacheRequest cacheRequest,
Response response)
Returns a new source that writes bytes to
cacheRequest as they are read by the source
consumer. |