micro_utils.dokka
0.16.11
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos.cache
/
KeyValueCacheRepo
/
KeyValueCacheRepo
Key
Value
Cache
Repo
fun
<
Key
,
Value
>
KeyValueCacheRepo
(
parentRepo
:
KeyValueRepo
<
Key
,
Value
>
,
kvCache
:
KVCache
<
Key
,
Value
>
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
)