Interface: CacheNamesCollection
Defined in: shared/constants/cacheConfig.ts:149
Internal
Internal structure describing cache naming helpers.
Propertiesโ
monitorsโ
readonlymonitors: (suffix?:string) =>string
Defined in: shared/constants/cacheConfig.ts:150
Internal
Parametersโ
suffix?โ
string
Returnsโ
string
settingsโ
readonlysettings: (suffix?:string) =>string
Defined in: shared/constants/cacheConfig.ts:151
Internal
Parametersโ
suffix?โ
string
Returnsโ
string
sitesโ
readonlysites: (suffix?:string) =>string
Defined in: shared/constants/cacheConfig.ts:152
Internal
Parametersโ
suffix?โ
string
Returnsโ
string
temporaryโ
readonlytemporary: (operation:string) =>string
Defined in: shared/constants/cacheConfig.ts:153
Internal
Parametersโ
operationโ
string
Returnsโ
string