Package | Description |
---|---|
okhttp3.internal.cache |
Modifier and Type | Method and Description |
---|---|
DiskLruCache.Editor |
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.Editor |
DiskLruCache.edit(String key)
Returns an editor for the entry named
key , or null if another edit is in progress. |
Copyright © 2018. All rights reserved.