cachingKeys

@JvmName(name = "rtogexumobrigecg")
suspend fun cachingKeys(value: Output<List<String>>)
@JvmName(name = "wnmdqmnevppydmqc")
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 = "kutcstiktllocywx")
suspend fun cachingKeys(vararg values: Output<String>)


@JvmName(name = "iwnfwntmnqfwaytm")
suspend fun cachingKeys(values: List<Output<String>>)
@JvmName(name = "rtnbqdmjsjnblyds")
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.