platform-paper
Toggle table of contents
0.3.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
platform-paper
platform-paper
/
dev.m1sk9.lunaticChat.paper.converter
/
CacheData
Cache
Data
@
Serializable
data
class
CacheData
(
val
version
:
String
,
val
entries
:
Map
<
String
,
String
>
)
Members
Constructors
Cache
Data
Link copied to clipboard
constructor
(
version
:
String
,
entries
:
Map
<
String
,
String
>
)
Properties
entries
Link copied to clipboard
val
entries
:
Map
<
String
,
String
>
version
Link copied to clipboard
val
version
:
String