Skip to main content

Type Alias: StandardizedCacheKey

type StandardizedCacheKey = ReturnType<
| typeof CacheKeys.config.byName
| typeof CacheKeys.config.validation
| typeof CacheKeys.monitor.byId
| typeof CacheKeys.monitor.bySite
| typeof CacheKeys.monitor.operation
| typeof CacheKeys.site.bulkOperation
| typeof CacheKeys.site.byIdentifier
| typeof CacheKeys.site.loading
| typeof CacheKeys.validation.byType
| typeof CacheKeys.validation.monitorType
>;

Defined in: shared/utils/cacheKeys.ts:298

Type representing all possible cache key patterns.

Remarksโ€‹

Provides type safety for cache key validation and ensures only standardized keys are used throughout the app.