FileDocCategorySizeDatePackage
BitmapCache.javaAPI DocAndroid 5.1 API1064Thu Mar 12 22:22:50 GMT 2015com.android.bitmap

BitmapCache

public interface BitmapCache implements PooledCache

Fields Summary
Constructors Summary
Methods Summary
public voidsetBlocking(boolean blocking)
Notify the cache when it should start and stop blocking for cache misses. If {@link #setBlocking(true)} has been called and if the pool is empty, {@link #poll()} should block until the pool is repopulated, or until {@link #setBlocking(false)} is called.