FileDocCategorySizeDatePackage
PooledCache.javaAPI DocAndroid 5.1 API1265Thu Mar 12 22:22:50 GMT 2015com.android.bitmap

PooledCache

public interface PooledCache

Fields Summary
Constructors Summary
Methods Summary
public voidclear()
Purge existing Poolables from the pool+cache. Usually, this is done when situations change and the items in the pool+cache are no longer appropriate. For example, if the layout changes, the pool+cache may need to hold larger bitmaps.

The existing Poolables will be garbage collected when they are no longer being referenced by other objects.

public Vget(K key, boolean incrementRefCount)

public voidoffer(V scrapValue)

public Vpoll()

public Vput(K key, V value)

public java.lang.StringtoDebugString()