cachingKeys

@JvmName(name = "abkcdvwtysspfsaf")
suspend fun cachingKeys(value: Output<List<String>>)
@JvmName(name = "xfrckbolcyxcsqts")
suspend fun cachingKeys(value: List<String>?)

Parameters

value

The caching keys for a resolver that has caching activated. Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.


@JvmName(name = "vedhnjhssnvxhfds")
suspend fun cachingKeys(vararg values: Output<String>)


@JvmName(name = "jbwlsdipuseoaqul")
suspend fun cachingKeys(values: List<Output<String>>)
@JvmName(name = "lppjtxfbbnjecyei")
suspend fun cachingKeys(vararg values: String)

Parameters

values

The caching keys for a resolver that has caching activated. Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.