-
- All Implemented Interfaces:
-
com.facebook.imagepipeline.cache.BitmapMemoryCacheFactory
public class CountingLruBitmapMemoryCacheFactory implements BitmapMemoryCacheFactory
-
-
Method Summary
Modifier and Type Method Description CountingMemoryCache<CacheKey, CloseableImage>create(Supplier<MemoryCacheParams> bitmapMemoryCacheParamsSupplier, MemoryTrimmableRegistry memoryTrimmableRegistry, MemoryCache.CacheTrimStrategy trimStrategy, boolean storeEntrySize, boolean ignoreSizeMismatch, @Nullable() CountingMemoryCache.EntryStateObserver<CacheKey> observer)-
-
Method Detail
-
create
CountingMemoryCache<CacheKey, CloseableImage> create(Supplier<MemoryCacheParams> bitmapMemoryCacheParamsSupplier, MemoryTrimmableRegistry memoryTrimmableRegistry, MemoryCache.CacheTrimStrategy trimStrategy, boolean storeEntrySize, boolean ignoreSizeMismatch, @Nullable() CountingMemoryCache.EntryStateObserver<CacheKey> observer)
-
-
-
-