-
public interface BitmapMemoryCacheFactory
-
-
Method Summary
Modifier and Type Method Description abstract CountingMemoryCache<CacheKey, CloseableImage>create(Supplier<MemoryCacheParams> bitmapMemoryCacheParamsSupplier, MemoryTrimmableRegistry memoryTrimmableRegistry, MemoryCache.CacheTrimStrategy trimStrategy, Boolean storeEntrySize, Boolean ignoreSizeMismatch, CountingMemoryCache.EntryStateObserver<CacheKey> observer)-
-
Method Detail
-
create
abstract CountingMemoryCache<CacheKey, CloseableImage> create(Supplier<MemoryCacheParams> bitmapMemoryCacheParamsSupplier, MemoryTrimmableRegistry memoryTrimmableRegistry, MemoryCache.CacheTrimStrategy trimStrategy, Boolean storeEntrySize, Boolean ignoreSizeMismatch, CountingMemoryCache.EntryStateObserver<CacheKey> observer)
-
-
-
-