LoadCacheSourceConfiguration

data class LoadCacheSourceConfiguration(val timeout: Duration = Duration.ofSeconds(10), val ttl: Long? = null, val amplitude: Long = 0) : CacheValueConfiguration

Constructors

Link copied to clipboard
constructor(timeout: Duration = Duration.ofSeconds(10), ttl: Long? = null, amplitude: Long = 0)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val amplitude: Long = 0

Jitter ttl (randomly) to prevent cache avalanche

Link copied to clipboard
Link copied to clipboard
open override val ttl: Long? = null

缓存过期时间,单位:秒