MCPcopy Create free account
hub / github.com/dileber/dileber / ImageCache

Interface ImageCache

lib/src/com/android/volley/toolbox/ImageLoader.java:74–77  ·  view source on GitHub ↗

Simple cache adapter interface. If provided to the ImageLoader, it will be used as an L1 cache before dispatch to Volley. Implementations must not block. Implementation with an LruCache is recommended.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

onResponseMethod · 0.65
onResponseMethod · 0.65
isCachedMethod · 0.65
getMethod · 0.65
onResponseMethod · 0.65
onGetImageSuccessMethod · 0.65

Implementers 1

BitmapLruCachelib/src/com/zhonghua/dileber/http/Bitm

Calls

no outgoing calls

Tested by

no test coverage detected