toggle menu
cache
common
switch theme
search in API
api
/
dev.kord.cache.api.delegate
/
DelegatingDataCache
/
Companion
/
Builder
Builder
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Properties
suppliers
Link copied to clipboard
val
suppliers
:
MutableMap
<
KType
,
Supplier
<
*
>
>
Functions
build
Link copied to clipboard
fun
build
(
)
:
DataCache
default
Link copied to clipboard
fun
default
(
supplier
:
Supplier
<
Any
>
)
for
Description
Link copied to clipboard
fun
<
T
:
Any
,
I
>
forDescription
(
description
:
DataDescription
<
T
,
I
>
,
supplier
:
FullSupplier
<
T
,
I
>
)
for
Type
Link copied to clipboard
inline
fun
<
T
:
Any
>
forType
(
noinline
supplier
:
Supplier
<
T
>
)