| Package | Description |
|---|---|
| okhttp3.internal |
| Modifier and Type | Method and Description |
|---|---|
DiskLruCache |
DiskLruCache.Snapshot.edit()
Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.
|
DiskLruCache |
DiskLruCache.edit(String
Returns an editor for the entry named
key, or null if another edit is in progress.
|