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