trixnity-client
3.6.1
common
trixnity-client
/
net.folivo.trixnity.client.store.cache
/
MinimalRepositoryStateFlowCache
/
save
save
suspend
fun
save
(
key
:
K
,
value
:
V
?
,
isContainedInCache
:
suspend
(
cacheValue
:
V
?
)
->
Boolean
=
{ it != null }
,
onPersist
:
suspend
(
newValue
:
V
?
)
->
Unit
=
{}
)