useQueryCache property

bool? useQueryCache
getter/setter pair

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. The default value is true.

Optional.

Implementation

core.bool? useQueryCache;