Skip to content

Cache Raw: invalidate

Available since: 2.0.0

Invalidates a part or the whole raw cache.

Fields

Cache backend

The following cache backends are available:

  • default shared cache
  • runtime in-memory cache
  • chained cache (in-memory plus shared)
Cache key

The cache key is a unique machine name and identifies the cache item.

Cache tags

Optionally define cache tags for fine-granular cache invalidation. Separate multiple tags with commas. More information about cache tags can be found in the documentation. When empty, then the whole cache is being invalidated.