toggle menu
cache
common
switch theme
search in API
api
/
dev.kord.cache.api.data
/
DataDescription
Data
Description
class
DataDescription
<
T
:
Any
,
I
>
(
val
type
:
KType
,
val
klass
:
KClass
<
T
>
,
val
indexField
:
IndexField
<
T
,
I
>
,
val
links
:
List
<
DataLink
<
T
,
Any
,
Any
?
>
>
=
listOf()
)
A description of the data to be stored in a cache.
Members
Constructors
Data
Description
Link copied to clipboard
constructor
(
type
:
KType
,
klass
:
KClass
<
T
>
,
indexField
:
IndexField
<
T
,
I
>
,
links
:
List
<
DataLink
<
T
,
Any
,
Any
?
>
>
=
listOf()
)
Properties
index
Field
Link copied to clipboard
val
indexField
:
IndexField
<
T
,
I
>
klass
Link copied to clipboard
val
klass
:
KClass
<
T
>
links
Link copied to clipboard
val
links
:
List
<
DataLink
<
T
,
Any
,
Any
?
>
>
type
Link copied to clipboard
val
type
:
KType