Cache Raw: read¶
Plugin ID: eca_raw_cache_read
Available since: 2.0.0
Read a value item from raw cache and store it as a token.
Fields¶
Name of token— config key:token_name-
The cache item value will be loaded into this specified token. Please provide the token name only, without brackets.
Type:
textfield· Required: yes · Default: empty string Cache backend— config key:backend-
When using the "Defined by token" option, make sure there is a token with this name: eca_raw_cache_read_backendType:
select· Required: yes · Default:eca_defaultAllowed values depend on the configuration of the target site.
Value format: A Drupal cache bin name available on the target site, for example default, render or data.
The following cache backends are available:
- default shared cache
- runtime in-memory cache
- chained cache (in-memory plus shared)
Cache key— config key:key-
The cache key is a unique machine name and identifies the cache item.
This field supports tokens.Type:
textfield· Required: yes · Default: empty string