Interface: AppCachesInterface
Defined in: src/utils/cache.ts:60
Internal
Predefined application cache collection interface.
Remarksโ
Internal helper used to describe the structure of AppCaches.
Propertiesโ
generalโ
readonlygeneral:TypedCache<string,CacheValue>
Defined in: src/utils/cache.ts:65
Internal
General-purpose cache used for miscellaneous computed values and small application artifacts.
monitorTypesโ
readonlymonitorTypes:TypedCache<string,CacheValue>
Defined in: src/utils/cache.ts:70
Internal
Cache reserved for monitor type configurations and metadata.
uiHelpersโ
readonlyuiHelpers:TypedCache<string,CacheValue>
Defined in: src/utils/cache.ts:75
Internal
Cache for UI helper values and component-level ephemeral data.