useQueryCache

@JvmName(name = "fyiytxlskrpbjllv")
suspend fun useQueryCache(value: Output<Boolean>)
@JvmName(name = "ajdtdejtreqktjrg")
suspend fun useQueryCache(value: Boolean?)

Parameters

value

Optional Whether to look for the result in the query cache. The query cache is a best-effort cache that will be flushed whenever tables in the query are modified. Moreover, the query cache is only available when a query does not have a destination table specified. The default value is true.