trixnity-client
3.4.1
trixnity-client
/
net.folivo.trixnity.client.store.cache
/
StateFlowCache
/
readWithCache
read
With
Cache
fun
readWithCache
(
key
:
K
,
isContainedInCache
:
suspend
(
cacheValue
:
V
?
)
->
Boolean
,
retrieveAndUpdateCache
:
suspend
(
cacheValue
:
V
?
)
->
V
?
)
:
Flow
<
V
?
>