cache
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
cache
api
/
dev.kord.cache.api
/
query
query
inline
fun
<
T
:
Any
>
DataCache
.
query
(
block
:
QueryBuilder
<
T
>
.
(
)
->
Unit
=
{}
)
:
Query
<
T
>
inline
fun
<
T
:
Any
>
DataEntryCache
<
T
>
.
query
(
block
:
QueryBuilder
<
T
>
.
(
)
->
Unit
=
{}
)
:
Query
<
T
>
Creates a new
Query
configured with the
block
.