cachingKeys

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


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