Uses of Class
com.squareup.okhttp.internal.DiskLruCache.Editor
| Package | Description |
|---|---|
| com.squareup.okhttp.internal |
-
Uses of DiskLruCache.Editor in com.squareup.okhttp.internal
Methods in com.squareup.okhttp.internal that return DiskLruCache.Editor Modifier and Type Method Description DiskLruCache.EditorDiskLruCache. edit(String key)Returns an editor for the entry namedkey, or null if another edit is in progress.DiskLruCache.EditorDiskLruCache.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.