Variable: AppCaches
constAppCaches:AppCachesInterface
Defined in: src/utils/cache.ts:349
Application-wide predefined cache instances used throughout the app.
Remarksโ
Each cache is tuned with conservative maxSize and ttl values suitable for
its domain. Consumers can use these shared caches or create their own
TypedCache instances when different characteristics are needed.