cachingKeys

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


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