Interface: CacheContentTypeConfigInput
Defined in: inputs.ts:35
Properties
| Property | Type | Defined in |
|---|---|---|
contentType? | string | inputs.ts:36 |
hitpass? | boolean | CachePluginHitpass | inputs.ts:40 |
injectDefaultRoutes? | boolean | inputs.ts:38 |
keys? | | CacheKeysConfig | CacheKeysConfigInput | inputs.ts:41 |
maxAge? | number | Milliseconds | inputs.ts:39 |
plugin? | string | inputs.ts:44 |
relatedContentTypeUid? | string[] | inputs.ts:43 |
routes? | | CacheRouteConfig[] | CacheRouteConfigInput[] | inputs.ts:42 |
singleType? | boolean | inputs.ts:37 |