micro_utils.dokka
0.16.7
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos.cache
/
KeyValuesCacheRepo
/
KeyValuesCacheRepo
Key
Values
Cache
Repo
fun
<
Key
,
Value
>
KeyValuesCacheRepo
(
parentRepo
:
KeyValuesRepo
<
Key
,
Value
>
,
kvCache
:
KVCache
<
Key
,
List
<
Value
>
>
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
)