Skip to content

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

PropertyTypeDefined in
getTimeout?numberconfig.ts:12
namestringconfig.ts:11
options?Record<string, unknown>config.ts:13