| Package | Description |
|---|---|
| okhttp3.internal.cache |
| Modifier and Type | Method and Description |
|---|---|
DiskLruCache.Snapshot |
DiskLruCache.get(String key)
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.Snapshot> |
DiskLruCache.snapshots()
Returns an iterator over the cache's current entries.
|
Copyright © 2017. All Rights Reserved.