micro_utils.dokka
0.16.6
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos.cache.full
/
FullKeyValueCacheRepo
/
FullKeyValueCacheRepo
Full
Key
Value
Cache
Repo
fun
<
Key
,
Value
>
FullKeyValueCacheRepo
(
parentRepo
:
KeyValueRepo
<
Key
,
Value
>
,
kvCache
:
FullKVCache
<
Key
,
Value
>
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
)