trixnity-client
3.7.0-beta3
common
trixnity-client
/
net.folivo.trixnity.client.store.cache
/
CoroutineCache
/
write
write
suspend
fun
write
(
key
:
K
,
persistEnabled
:
Boolean
=
true
,
onPersist
:
(
newValue
:
V
?
)
->
Unit
=
{}
,
updater
:
suspend
(
oldValue
:
V
?
)
->
V
?
)
suspend
fun
write
(
key
:
K
,
value
:
V
?
,
persistEnabled
:
Boolean
=
true
,
onPersist
:
(
newValue
:
V
?
)
->
Unit
=
{}
)