disable cache

This block is part of the query group and was last modified in core v10.4.28.

Connection Type

This block connects from a query type block. Make sure to connect this block to the appropriate left-hand side connection.

disable cache v10.4.28

Disables the storage cache in full for this query. Cache could be behind max. 5 seconds.

Out pins 1
  • query
    query

Emits the control fragment {"request_cache": false}, disabling the storage request cache for this query so results are never served from a potentially stale cache. Takes no inputs; the fragment is hoisted to the top level of the query when collected by a bool block.

A typical wiring for disable cache: the query out pin feeds multiple.

Studio canvas example for the disable cache block: typical wiring for disable cache.

Commonly used with

In production blueprints, this block is most often wired together with:

  • multiple: this block feeds into it.
  • if: this block feeds into it.
  • search: this block feeds into it. searches in the given storage based on a query.
  • search single: this block feeds into it. searches in the given storage based on a query and returns maximum one result.

Used in these guides

These documentation pages use or explain this block:

Version history

Introduced in v10.4.28.


Back to query Return to the main group to view all sub-groups Back to query: misc. Return to the group to view all blocks within this group