Cache object
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 Using the cache.
Cache data is unavailable during task preview.
Use {{ cache["some_key"] }} or {{ cache.some_key }} in any task code
Use {% for keyval in cache %} to iterate through the keys and values in your account's cache
Last updated
Was this helpful?
Was this helpful?