The 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.

How to access it

  • 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
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.