类 ClearCacheRequest

java.lang.Object
com.android.volley.Request<Object>
com.android.volley.toolbox.ClearCacheRequest
所有已实现的接口:
Comparable<Request<Object>>

public class ClearCacheRequest extends Request<Object>
A synthetic request used for clearing the cache.
  • 构造器详细资料

    • ClearCacheRequest

      public ClearCacheRequest(Cache cache, 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
  • 方法详细资料