ImageLruMemoryCache

constructor(maxSize: Int = (Runtime.getRuntime().maxMemory() / 1024).toInt() / 8)

Parameters

maxSize

maximum sum of the sizes of the entries in this cache.