Searched refs:shouldCache (Results 1 – 3 of 3) sorted by relevance
418 public final void setShouldCache(boolean shouldCache) { in setShouldCache() argument419 mShouldCache = shouldCache; in setShouldCache()425 public final boolean shouldCache() { in shouldCache() method in Request
229 if (!request.shouldCache()) { in add()271 if (request.shouldCache()) { in finish()
121 if (request.shouldCache() && response.cacheEntry != null) { in run()