Function: cleanupAllCaches()
cleanupAllCaches():
void
Defined in: src/utils/cache.ts:344
Remove expired entries from all predefined application caches.
Returnsโ
void
Remarksโ
Iterates the caches in AppCaches and calls TypedCache.cleanup on each. This is a convenience for scheduled maintenance tasks.