clearAllCaches method

void clearAllCaches()

Clear all caches.

Implementation

void clearAllCaches() {
  _invalidateToWatchCache();
  _invalidateWatchedCache();
}