layercache-cache2k
/
com.appmattus.layercache
Package com.
appmattus.
layercache
Functions
Functions
fromCache2k
Link copied to clipboard
fun <
Key
:
Any
,
Value
:
Any
>
Cache.Companion
.
fromCache2k
(cache:
Cache
<
Key
,
Value
>):
Cache
<
Key
,
Value
>
Content copied to clipboard
Wrapper around Cache2k (https://cache2k.
toCache2kLoader
Link copied to clipboard
suspend fun <
Key
:
Any
,
Value
:
Any
>
Fetcher
<
Key
,
Value
>.
toCache2kLoader
():
CacheLoader
<
Key
,
Value
?>
Content copied to clipboard
Convert a Fetcher into a Cache2k loader.