Interface: RestCachePluginConfig
Defined in: config.ts:21
The shape of strapi.config.get('plugin::rest-cache') once the plugin has registered - that is, after resolveUserStrategy has replaced the user's partial input with a resolved CachePluginStrategy.
Properties
| Property | Type | Defined in |
|---|---|---|
provider | CacheProviderConfig | config.ts:23 |
strategy | CachePluginStrategy | config.ts:22 |