| Package | Description |
|---|---|
| okhttp3.internal |
| Modifier and Type | Method and Description |
|---|---|
DiskLruCache |
DiskLruCache.get(String
Returns a snapshot of the entry named
key, or null if it doesn't exist is not currently readable.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator |
DiskLruCache.snapshots()
Returns an iterator over the cache's current entries.
|