trixnity-client
3.0.0-beta2
trixnity-client
/
net.folivo.trixnity.client.store.cache
/
RepositoryStateFlowCache
/
get
get
fun
get
(
key
:
K
,
withTransaction
:
Boolean
=
true
,
isContainedInCache
:
suspend
(
cacheValue
:
V
?
)
->
Boolean
=
{ it != null }
)
:
Flow
<
V
?
>