Searched refs:shouldCache (Results 1 – 5 of 5) sorted by relevance
464 public final Request<?> setShouldCache(boolean shouldCache) { in setShouldCache() argument465 mShouldCache = shouldCache; in setShouldCache()472 public final boolean shouldCache() { in shouldCache() method in Request
239 if (!request.shouldCache()) { in add()286 if (request.shouldCache()) { in finish()
128 if (request.shouldCache() && response.cacheEntry != null) { in run()
351 public abstract boolean shouldCache(); in shouldCache() method in BackingStore.Backing461 public boolean shouldCache() { in shouldCache() method in BackingStore.ObjectBacking548 public boolean shouldCache() { in shouldCache() method in BackingStore.BitmapBacking652 public boolean shouldCache() { in shouldCache() method in BackingStore.TextureBacking779 public boolean shouldCache() { in shouldCache() method in BackingStore.ByteBufferBacking889 public boolean shouldCache() { in shouldCache() method in BackingStore.AllocationBacking
421 if (!backing.shouldCache() || !mCache.cacheBacking(backing)) { in onBackingAvailable()