Cache object
The cache
object is used for retrieving values stored in the shop's Mechanic cache. For more on this, see Using the cache.
Cache data is unavailable during task preview.
How to access it
Use
{{ cache["some_key"] }}
or{{ cache.some_key }}
in any task scriptUse
{% for keyval in cache %}
to iterate through the keys and values in your account's cache
Related articles
Last updated