micro_utils.dokka
0.16.7
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos.cache.util
/
actualizeAll
actualize
All
inline suspend
fun
<
K
,
V
>
KVCache
<
K
,
V
>
.
actualizeAll
(
getAll
:
(
)
->
Map
<
K
,
V
>
)
inline suspend
fun
<
K
,
V
>
KVCache
<
K
,
V
>
.
actualizeAll
(
repo
:
ReadKeyValueRepo
<
K
,
V
>
)
inline suspend
fun
<
K
,
V
>
KVCache
<
K
,
List
<
V
>
>
.
actualizeAll
(
repo
:
ReadKeyValuesRepo
<
K
,
V
>
)
inline suspend
fun
<
K
,
V
>
KVCache
<
K
,
V
>
.
actualizeAll
(
repo
:
ReadCRUDRepo
<
V
,
K
>
)