cacheMode

@JvmName(name = "phdmkmhcbsmatqam")
suspend fun cacheMode(value: Output<String>)
@JvmName(name = "vrrilxvwsyjkdowo")
suspend fun cacheMode(value: String?)

Parameters

value

Cache modes allow users to control the behaviour of the cache, what content it should cache automatically, whether to respect origin headers, or whether to unconditionally cache all responses. For all cache modes, Cache-Control headers will be passed to the client. Use clientTtl to override what is sent to the client. Possible values are: CACHE_ALL_STATIC, USE_ORIGIN_HEADERS, FORCE_CACHE_ALL, BYPASS_CACHE.