micro_utils.dokka
0.16.12
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos.cache.full
/
FullKeyValuesCacheRepo
/
FullKeyValuesCacheRepo
Full
Key
Values
Cache
Repo
fun
<
Key
,
Value
>
FullKeyValuesCacheRepo
(
parentRepo
:
KeyValuesRepo
<
Key
,
Value
>
,
kvCache
:
FullKVCache
<
Key
,
List
<
Value
>
>
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
)