layercache-android
/
com.appmattus.layercache
/
fromLruCache
androidJvm
androidJvm
from
Lru
Cache
fun <
Key
:
Any
,
Value
:
Any
>
Cache.Companion
.
fromLruCache
(lruCache:
LruCache
<
Key
,
Value
>):
Cache
<
Key
,
Value
>
Content copied to clipboard
Create a Cache from Android's built in LruCache
Sources
(source)
Link copied to clipboard