Gateway Local Response Cache Per Route Properties Args
data class GatewayLocalResponseCachePerRoutePropertiesArgs(val responseCacheType: Output<String>, val size: Output<String>? = null, val timeToLive: Output<String>? = null) : ConvertibleToJava<GatewayLocalResponseCachePerRoutePropertiesArgs>
Spring Cloud Gateway local response cache per route properties.