cachingKeys

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


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