Interface: AppCachesInterface
Defined in: src/utils/cache.ts:85
Internal
Predefined app cache collection interface.
Remarksโ
Internal helper used to describe the structure of AppCaches.
Propertiesโ
generalโ
readonly general: AppCache<string, CacheValue>;
Defined in: src/utils/cache.ts:90
General-purpose cache used for miscellaneous computed values and small app artifacts.
monitorTypesโ
readonly monitorTypes: AppCache<string, CacheValue>;
Defined in: src/utils/cache.ts:95
Cache reserved for monitor type configurations and metadata.
uiHelpersโ
readonly uiHelpers: AppCache<string, CacheValue>;
Defined in: src/utils/cache.ts:100
Cache for UI helper values and component-level ephemeral data.