SpringCloudGatewayLocalResponseCachePerInstance

data class SpringCloudGatewayLocalResponseCachePerInstance(val size: String? = null, val timeToLive: String? = null)

Constructors

constructor(size: String? = null, timeToLive: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val size: String? = null

Specifies the maximum size of cache (10MB, 900KB, 1GB...) to determine if the cache needs to evict some entries.

Link copied to clipboard
val timeToLive: String? = null

Specifies the time before a cached entry is expired (300s, 5m, 1h...).