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
Parametersโ
suffix?โ
string
Returnsโ
string
settingsโ
readonly settings: (suffix?: string) => string;
Defined in: shared/constants/cacheConfig.ts:151
Parametersโ
suffix?โ
string
Returnsโ
string
sitesโ
readonly sites: (suffix?: string) => string;
Defined in: shared/constants/cacheConfig.ts:152
Parametersโ
suffix?โ
string
Returnsโ
string
temporaryโ
readonly temporary: (operation: string) => string;
Defined in: shared/constants/cacheConfig.ts:153
Parametersโ
operationโ
string
Returnsโ
string