Variable: AppCaches
const AppCaches: AppCachesInterface;
Defined in: src/utils/cache.ts:419
Application-wide predefined cache instances used throughout the app.
Remarksโ
Each cache is tuned with conservative maxSize and ttl values suitable for
its domain.