Interface: CacheSummary
Defined in: api.ts:41
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
contentTypes | ContentTypeStats[] | - | api.ts:53 |
provider | { name?: string; } | Only the provider's name: options holds connection credentials. | api.ts:43 |
provider.name? | string | - | api.ts:43 |
strategy | { clearRelatedCache: boolean; enableDocumentServiceMiddleware: boolean; enableEtag: boolean; enableXCacheHeaders: boolean; keysPrefix: string; maxAge: Milliseconds; } | - | api.ts:44 |
strategy.clearRelatedCache | boolean | - | api.ts:48 |
strategy.enableDocumentServiceMiddleware | boolean | - | api.ts:47 |
strategy.enableEtag | boolean | - | api.ts:45 |
strategy.enableXCacheHeaders | boolean | - | api.ts:46 |
strategy.keysPrefix | string | - | api.ts:49 |
strategy.maxAge | Milliseconds | - | api.ts:50 |
totals | { contentTypes: number; entries: number; etags: number; } | - | api.ts:52 |
totals.contentTypes | number | - | api.ts:52 |
totals.entries | number | - | api.ts:52 |
totals.etags | number | - | api.ts:52 |