| 程序包 | 说明 |
|---|---|
| com.lark.oapi.okhttp.internal.cache |
| 类和说明 |
|---|
| CacheRequest |
| CacheStrategy
Given a request and cached response, this figures out whether to use the network, the cache, or
both.
|
| DiskLruCache
A cache that uses a bounded amount of space on a filesystem.
|
| DiskLruCache.Editor
Edits the values for an entry.
|
| DiskLruCache.Snapshot
A snapshot of the values for an entry.
|
| InternalCache
OkHttp's internal cache interface.
|
Copyright © 2022. All rights reserved.