com.android.volley.toolbox
クラス ClearCacheRequest

java.lang.Object
  上位を拡張 com.android.volley.Request<java.lang.Object>
      上位を拡張 com.android.volley.toolbox.ClearCacheRequest
すべての実装されたインタフェース:
java.lang.Comparable<Request<java.lang.Object>>

public class ClearCacheRequest
extends Request<java.lang.Object>

A synthetic request used for clearing the cache.


入れ子のクラスの概要
 
クラス com.android.volley.Request から継承された入れ子のクラス/インタフェース
Request.Method, Request.Priority
 
コンストラクタの概要
ClearCacheRequest(Cache cache, java.lang.Runnable callback)
          Creates a synthetic request for clearing the cache.
 
メソッドの概要
 Request.Priority getPriority()
          Returns the Request.Priority of this request; Request.Priority.NORMAL by default.
 boolean isCanceled()
          Returns true if this request has been canceled.
 
クラス com.android.volley.Request から継承されたメソッド
addMarker, cancel, compareTo, deliverError, getBody, getBodyContentType, getCacheEntry, getCacheKey, getHeaders, getMethod, getPostBody, getPostBodyContentType, getRetryPolicy, getSequence, getTag, getTimeoutMs, getTrafficStatsTag, getUrl, hasHadResponseDelivered, markDelivered, setCacheEntry, setRequestQueue, setRetryPolicy, setSequence, setShouldCache, setTag, shouldCache, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ClearCacheRequest

public ClearCacheRequest(Cache cache,
                         java.lang.Runnable callback)
Creates a synthetic request for clearing the cache.

パラメータ:
cache - Cache to clear
callback - Callback to make on the main thread once the cache is clear, or null for none
メソッドの詳細

isCanceled

public boolean isCanceled()
クラス Request の記述:
Returns true if this request has been canceled.

オーバーライド:
クラス Request<java.lang.Object> 内の isCanceled

getPriority

public Request.Priority getPriority()
クラス Request の記述:
Returns the Request.Priority of this request; Request.Priority.NORMAL by default.

オーバーライド:
クラス Request<java.lang.Object> 内の getPriority