Variable: AppCaches
const
AppCaches:AppCachesInterface
Defined in: src/utils/cache.ts:324
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.