private final class Cache.CacheRequestImpl extends java.lang.Object implements CacheRequest
Modifier and Type | Field and Description |
---|---|
private okio.Sink |
body |
private okio.Sink |
cacheOut |
(package private) boolean |
done |
private DiskLruCache.Editor |
editor |
Constructor and Description |
---|
CacheRequestImpl(DiskLruCache.Editor editor) |
Modifier and Type | Method and Description |
---|---|
void |
abort() |
okio.Sink |
body() |
private final DiskLruCache.Editor editor
private okio.Sink cacheOut
private okio.Sink body
boolean done
CacheRequestImpl(DiskLruCache.Editor editor)
public void abort()
abort
in interface CacheRequest
public okio.Sink body()
body
in interface CacheRequest