Skip to main content

Interface: AppCachesInterface

Defined in: src/utils/cache.ts:59

Internal

Predefined application cache collection interface.

Remarksโ€‹

Internal helper used to describe the structure of AppCaches.

Propertiesโ€‹

generalโ€‹

readonly general: TypedCache<string, CacheValue>

Defined in: src/utils/cache.ts:64

General-purpose cache used for miscellaneous computed values and small application artifacts.


monitorTypesโ€‹

readonly monitorTypes: TypedCache<string, CacheValue>

Defined in: src/utils/cache.ts:69

Cache reserved for monitor type configurations and metadata.


uiHelpersโ€‹

readonly uiHelpers: TypedCache<string, CacheValue>

Defined in: src/utils/cache.ts:74

Cache for UI helper values and component-level ephemeral data.