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

/frameworks/support/volley/src/com/android/volley/
H A DRequestQueue.java222 if (!request.shouldCache()) {
256 * <code>request.shouldCache()</code>.</p>
264 if (request.shouldCache()) {
H A DNetworkDispatcher.java114 if (request.shouldCache() && response.cacheEntry != null) {
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 42 milliseconds