Interface: CacheProviderConfig
Defined in: config.ts:10
The provider as it is written in config/plugins - a selection plus its options, not the instantiated CacheProvider the store runs on.
options is where connection details live for non-memory providers, which is why the stats service exposes only name from it.
Properties
| Property | Type | Defined in |
|---|---|---|
getTimeout? | number | config.ts:12 |
name | string | config.ts:11 |
options? | Record<string, unknown> | config.ts:13 |