Default cache duration, in seconds, for the cache. Default is 60 seconds
Whether to use the cache by default if not specified. Default true
Returns a cache key with a given name and optionally the parameters used for the call whose response should be cached
The name of the calling function
An object of key/values that will be serialized to generate the key *
Get a value for a given key. If not found, will return undefined. Data type should be specified by caller.
The storage key to lookup
Object representing the cache options. Can be passed directly from calling method
Stores a given key/value pair.
Lookup key
Any arbitrary data. Data type should be specified by caller
Generated using TypeDoc
Fetch cache for SublinksClient