toggle menu
cache
common
switch theme
search in API
api
/
dev.kord.cache.api
/
remove
remove
inline suspend
fun
<
T
:
Any
>
DataCache
.
remove
(
block
:
QueryBuilder
<
T
>
.
(
)
->
Unit
=
{}
)
inline suspend
fun
<
T
:
Any
>
DataEntryCache
<
T
>
.
remove
(
block
:
QueryBuilder
<
T
>
.
(
)
->
Unit
=
{}
)
Removes all the values that match the
block
.