The cache
object is used for retrieving values stored in the shop's Mechanic cache. Values are set exclusively via the cache action.
How to access it
- Use
{{ cache["cache_key"] }}
in any task script
What it contains
When used as a lookup, the original cached value will be returned. See documentation for the cache action for more information.