fromLruCache

fun <Key : Any, Value : Any> Cache.Companion.fromLruCache(lruCache: LruCache<Key, Value>): Cache<Key, Value>

Create a Cache from Android's built in LruCache

Sources

(source)
Link copied to clipboard