Interface IApiResponseCacheOptions

Hierarchy

  • IApiResponseCacheOptions

Properties

dirpath?: string

Path to cache directory. Defaults to a directory named 'ApiReponseCache' in the logged in user's app data directory.

enable?: boolean

Whether to enable the cache. Defaults to false.

maxAgeMs?: number

Max age of cached data in milliseconds. Defaults to 0 (no max age).

name?: string

Unique name to be used as the cache directory name.

Generated using TypeDoc