Wow
Toggle table of contents
5.9.8
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-cocache
/
me.ahoo.wow.cache.source
/
LoadCacheSourceConfiguration
Load
Cache
Source
Configuration
data
class
LoadCacheSourceConfiguration
(
val
timeout
:
Duration
=
Duration.ofSeconds(10)
,
val
ttl
:
Long
?
=
null
,
val
amplitude
:
Long
=
0
)
:
CacheValueConfiguration
Members
Constructors
Load
Cache
Source
Configuration
Link copied to clipboard
constructor
(
timeout
:
Duration
=
Duration.ofSeconds(10)
,
ttl
:
Long
?
=
null
,
amplitude
:
Long
=
0
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
amplitude
Link copied to clipboard
open
override
val
amplitude
:
Long
=
0
Jitter ttl (randomly) to prevent cache avalanche
timeout
Link copied to clipboard
val
timeout
:
Duration
ttl
Link copied to clipboard
open
override
val
ttl
:
Long
?
=
null
缓存过期时间,单位:秒