Type Alias: StandardizedCacheKey
StandardizedCacheKey =
ReturnType
<typeofCacheKeys.config.byName
| typeofCacheKeys.config.validation
| typeofCacheKeys.monitor.byId
| typeofCacheKeys.monitor.bySite
| typeofCacheKeys.monitor.operation
| typeofCacheKeys.site.bulkOperation
| typeofCacheKeys.site.byIdentifier
| typeofCacheKeys.site.loading
| typeofCacheKeys.validation.byType
| typeofCacheKeys.validation.monitorType
>
Defined in: shared/utils/cacheKeys.ts:291
Type representing all possible cache key patterns.
Remarksโ
Provides type safety for cache key validation and ensures only standardized keys are used throughout the application.