-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.memory.PoolBackend
public abstract class LruBucketsPoolBackend<T> implements PoolBackend<T>Relies on BucketMap to implement pooling Items from the bucket with LRU key will be removed first
-
-
Constructor Summary
Constructors Constructor Description LruBucketsPoolBackend()
-