public interface BitmapCache extends PooledCache<RequestKey,ReusableBitmap>
Modifier and Type | Method and Description |
---|---|
void |
setBlocking(boolean blocking)
Notify the cache when it should start and stop blocking for cache misses.
|
clear, get, offer, poll, put, toDebugString
void setBlocking(boolean blocking)
#setBlocking(true)
has been called and if the pool is empty, PooledCache.poll()
should block until the pool is repopulated, or until #setBlocking(false)
is called.