toggle menu
cache
common
switch theme
search in API
api
/
dev.kord.cache.api
/
flow
flow
inline
fun
<
T
:
Any
>
DataCache
.
flow
(
block
:
QueryBuilder
<
T
>
.
(
)
->
Unit
=
{}
)
:
Flow
<
T
>
inline
fun
<
T
:
Any
>
DataEntryCache
<
T
>
.
flow
(
block
:
QueryBuilder
<
T
>
.
(
)
->
Unit
=
{}
)
:
Flow
<
T
>
Executes a query with the
block
and returns the values as a
Flow
.