cache

@JvmName(name = "ccgwkofenpwnrcic")
suspend fun cache(value: Output<FrontdoorRouteCacheArgs>)
@JvmName(name = "xnllwsiamwyqugum")
suspend fun cache(value: FrontdoorRouteCacheArgs?)

Parameters

value

A cache block as defined below.

NOTE: To disable caching, do not provide the cache block in the configuration file.


@JvmName(name = "fedfrddcylgvllcm")
suspend fun cache(argument: suspend FrontdoorRouteCacheArgsBuilder.() -> Unit)

Parameters

argument

A cache block as defined below.

NOTE: To disable caching, do not provide the cache block in the configuration file.