|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.android.volley.Cache.Entry
public static class Cache.Entry
Data and metadata for an entry returned by the cache.
フィールドの概要 | |
---|---|
byte[] |
data
The data returned from cache. |
java.lang.String |
etag
ETag for cache coherency. |
java.util.Map<java.lang.String,java.lang.String> |
responseHeaders
Immutable response headers as received from server; must be non-null. |
long |
serverDate
Date of this response as reported by the server. |
long |
softTtl
Soft TTL for this record. |
long |
ttl
TTL for this record. |
コンストラクタの概要 | |
---|---|
Cache.Entry()
|
メソッドの概要 | |
---|---|
boolean |
isExpired()
True if the entry is expired. |
boolean |
refreshNeeded()
True if a refresh is needed from the original data source. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public byte[] data
public java.lang.String etag
public long serverDate
public long ttl
public long softTtl
public java.util.Map<java.lang.String,java.lang.String> responseHeaders
コンストラクタの詳細 |
---|
public Cache.Entry()
メソッドの詳細 |
---|
public boolean isExpired()
public boolean refreshNeeded()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |