Cache
The cache used by the ApiClient to store responses.
Method
get - gets a value from the cache
Method
set - sets a value in the cache
Methods
get()
Type parameters
• T
Parameters
• key: string
• …args: unknown
[]
Returns
Promise
<T
>
Source
types.ts:194
set()
Type parameters
• T
Parameters
• key: string
• value: T
• …args: unknown
[]
Returns
Promise
<unknown
>
Source
types.ts:195