Skip to content

Cache Raw: read

Available since: 2.0.0

Read a value item from raw cache and store it as a token.

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.

Name of token

The cache item value will be loaded into this specified token. Please provide the token name only, without brackets.