Skip to content

Interface: CacheSummary

Defined in: api.ts:41

Properties

PropertyTypeDescriptionDefined in
contentTypesContentTypeStats[]-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.clearRelatedCacheboolean-api.ts:48
strategy.enableDocumentServiceMiddlewareboolean-api.ts:47
strategy.enableEtagboolean-api.ts:45
strategy.enableXCacheHeadersboolean-api.ts:46
strategy.keysPrefixstring-api.ts:49
strategy.maxAgeMilliseconds-api.ts:50
totals{ contentTypes: number; entries: number; etags: number; }-api.ts:52
totals.contentTypesnumber-api.ts:52
totals.entriesnumber-api.ts:52
totals.etagsnumber-api.ts:52