ImageLruMemoryCache
fun ImageLruMemoryCache(maxSize: Int = (Runtime.getRuntime().maxMemory() / 1024).toInt() / 8)
Content copied to clipboard
Parameters
maxSize
maximum sum of the sizes of the entries in this cache.
maximum sum of the sizes of the entries in this cache.