SpringCloudGatewayLocalResponseCachePerInstanceArgs

data class SpringCloudGatewayLocalResponseCachePerInstanceArgs(val size: Output<String>? = null, val timeToLive: Output<String>? = null) : ConvertibleToJava<SpringCloudGatewayLocalResponseCachePerInstanceArgs>

Constructors

constructor(size: Output<String>? = null, timeToLive: Output<String>? = null)

Properties

Link copied to clipboard
val size: Output<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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): SpringCloudGatewayLocalResponseCachePerInstanceArgs