|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.android.volley.toolbox.NoCache
public class NoCache
A cache that doesn't.
入れ子のクラスの概要 |
---|
インタフェース com.android.volley.Cache から継承された入れ子のクラス/インタフェース |
---|
Cache.Entry |
コンストラクタの概要 | |
---|---|
NoCache()
|
メソッドの概要 | |
---|---|
void |
clear()
Empties the cache. |
Cache.Entry |
get(java.lang.String key)
Retrieves an entry from the cache. |
void |
initialize()
Performs any potentially long-running actions needed to initialize the cache; will be called from a worker thread. |
void |
invalidate(java.lang.String key,
boolean fullExpire)
Invalidates an entry in the cache. |
void |
put(java.lang.String key,
Cache.Entry entry)
Adds or replaces an entry to the cache. |
void |
remove(java.lang.String key)
Removes an entry from the cache. |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public NoCache()
メソッドの詳細 |
---|
public void clear()
Cache
の記述:
Cache
内の clear
public Cache.Entry get(java.lang.String key)
Cache
の記述:
Cache
内の get
key
- Cache key
Cache.Entry
or null in the event of a cache misspublic void put(java.lang.String key, Cache.Entry entry)
Cache
の記述:
Cache
内の put
key
- Cache keyentry
- Data to store and metadata for cache coherency, TTL, etc.public void invalidate(java.lang.String key, boolean fullExpire)
Cache
の記述:
Cache
内の invalidate
key
- Cache keyfullExpire
- True to fully expire the entry, false to soft expirepublic void remove(java.lang.String key)
Cache
の記述:
Cache
内の remove
key
- Cache keypublic void initialize()
Cache
の記述:
Cache
内の initialize
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |