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