Function: clearAllCaches()
clearAllCaches():
void
Defined in: src/utils/cache.ts:365
Clear all entries from the predefined application caches.
Returnsโ
void
Remarksโ
This removes all data from the AppCaches instances. Use sparingly as it may cause increased computation or I/O until caches refill.