Skip to main content

Interface: CacheNamesCollection

Defined in: shared/constants/cacheConfig.ts:149

Internal

Internal structure describing cache naming helpers.

Propertiesโ€‹

monitorsโ€‹

readonly monitors: (suffix?: string) => string

Defined in: shared/constants/cacheConfig.ts:150

Internal

Parametersโ€‹

suffix?โ€‹

string

Returnsโ€‹

string


settingsโ€‹

readonly settings: (suffix?: string) => string

Defined in: shared/constants/cacheConfig.ts:151

Internal

Parametersโ€‹

suffix?โ€‹

string

Returnsโ€‹

string


sitesโ€‹

readonly sites: (suffix?: string) => string

Defined in: shared/constants/cacheConfig.ts:152

Internal

Parametersโ€‹

suffix?โ€‹

string

Returnsโ€‹

string


temporaryโ€‹

readonly temporary: (operation: string) => string

Defined in: shared/constants/cacheConfig.ts:153

Internal

Parametersโ€‹

operationโ€‹

string

Returnsโ€‹

string