The cache object is used for retrieving values stored in the shop's Mechanic cache. For more on this, see Using the cache.
cache
Cache data is unavailable during task preview.
Use {{ cache["some_key"] }} or {{ cache.some_key }} in any task script
{{ cache["some_key"] }}
{{ cache.some_key }}
Use {% for keyval in cache %} to iterate through the keys and values in your account's cache
{% for keyval in cache %}
The "cache" action
Using cache endpoints to share data
Using the cache
Last updated 2 years ago
Was this helpful?