Skip to content

globalModelCache

const globalModelCache: ModelCache

Defined in: model-cache.ts:177

Global model cache shared across all adapter instances.

This is the default cache used when modelsCacheScope: 'global'. Reduces redundant API calls when multiple adapters share the same backend.