Cache
Record
Name
Type
Description
expired
boolean
Was cache expired or not
value
any
Cache value
Cache class
Cache.file
Path to the file where the cache should be stored
Cache.get(name)
Cache.set(name, value, ttl)
Last updated