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
Parametersโ
suffix?โ
string
Returnsโ
string
settings()โ
readonlysettings: (suffix?:string) =>string
Defined in: shared/constants/cacheConfig.ts:149
Parametersโ
suffix?โ
string
Returnsโ
string
sites()โ
readonlysites: (suffix?:string) =>string
Defined in: shared/constants/cacheConfig.ts:150
Parametersโ
suffix?โ
string
Returnsโ
string
temporary()โ
readonlytemporary: (operation:string) =>string
Defined in: shared/constants/cacheConfig.ts:151
Parametersโ
operationโ
string
Returnsโ
string