Package | Description |
---|---|
okhttp3 |
An HTTP+HTTP/2 client for Android and Java applications.
|
okhttp3.internal.cache |
Modifier and Type | Field and Description |
---|---|
private DiskLruCache.Editor |
Cache.CacheRequestImpl.editor |
Modifier and Type | Method and Description |
---|---|
private void |
Cache.abortQuietly(DiskLruCache.Editor editor) |
void |
Cache.Entry.writeTo(DiskLruCache.Editor editor) |
Constructor and Description |
---|
CacheRequestImpl(DiskLruCache.Editor editor) |
Modifier and Type | Field and Description |
---|---|
(package private) DiskLruCache.Editor |
DiskLruCache.Entry.currentEditor
The ongoing edit or null if this entry is not being edited.
|
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(java.lang.String key)
Returns an editor for the entry named
key , or null if another edit is in progress. |
(package private) DiskLruCache.Editor |
DiskLruCache.edit(java.lang.String key,
long expectedSequenceNumber) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
DiskLruCache.completeEdit(DiskLruCache.Editor editor,
boolean success) |