CacheConfig interface
Client's caching plugin configuration.
Signature:
export interface CacheConfig
Properties
custom
The custom cache plugin to use. This will override the default memory cache plugin.
Type: ICache
enable
Whether to enable caching of fetched data (defaults to true for all). Can be set to true to enable for all, or false to disable for all.
Type: Boolean | ManagersConfig