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