LruCache

open fun LruCache(size: Long)

Constructor for LruCache.

Parameters

size

The maximum size of the cache, the units must match the units used in getSize.