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