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.config.key
/
JapaneseConversionFeatureConfig
Japanese
Conversion
Feature
Config
data
class
JapaneseConversionFeatureConfig
(
val
enabled
:
Boolean
,
val
cacheMaxEntries
:
Int
,
val
cacheSaveIntervalSeconds
:
Int
,
val
cacheFilePath
:
String
,
val
apiTimeout
:
Long
,
val
apiRetryAttempts
:
Int
)
Members
Constructors
Japanese
Conversion
Feature
Config
Link copied to clipboard
constructor
(
enabled
:
Boolean
,
cacheMaxEntries
:
Int
,
cacheSaveIntervalSeconds
:
Int
,
cacheFilePath
:
String
,
apiTimeout
:
Long
,
apiRetryAttempts
:
Int
)
Properties
api
Retry
Attempts
Link copied to clipboard
val
apiRetryAttempts
:
Int
api
Timeout
Link copied to clipboard
val
apiTimeout
:
Long
cache
File
Path
Link copied to clipboard
val
cacheFilePath
:
String
cache
Max
Entries
Link copied to clipboard
val
cacheMaxEntries
:
Int
cache
Save
Interval
Seconds
Link copied to clipboard
val
cacheSaveIntervalSeconds
:
Int
enabled
Link copied to clipboard
val
enabled
:
Boolean