cache

cache

A static service that provides tools for caching api requests and other information

Methods

(static) get(key) → {LRUCache}

Source:
A helper function to retrieve a specific cache
Parameters:
Name Type Description
key string The key for the cache you want to retrieve
Returns:
The cache store for the specified key
Type
LRUCache

(static) reset()

Source:
A helper function to reset all cache objects, useful if changing account or logging in or out as another user