| Package | Description |
|---|---|
| okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
| okhttp3.internal | |
| okhttp3.internal.cache |
| Modifier and Type | Field and Description |
|---|---|
(package private) InternalCache |
Cache.internalCache |
(package private) InternalCache |
OkHttpClient.internalCache |
(package private) InternalCache |
OkHttpClient.Builder.internalCache |
| Modifier and Type | Method and Description |
|---|---|
(package private) InternalCache |
OkHttpClient.internalCache() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
OkHttpClient.Builder.setInternalCache(InternalCache internalCache)
Sets the response cache to be used to read and write cached responses.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Internal.setCache(OkHttpClient.Builder builder,
InternalCache internalCache) |
| Modifier and Type | Field and Description |
|---|---|
(package private) InternalCache |
CacheInterceptor.cache |
| Constructor and Description |
|---|
CacheInterceptor(InternalCache cache) |