Searched defs:shouldCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/volley/src/com/android/volley/
H A DRequest.java309 public final void setShouldCache(boolean shouldCache) { argument
310 mShouldCache = shouldCache;
316 public final boolean shouldCache() { method in class:Request

Completed in 45 milliseconds