clearCache method

void clearCache()

Implementation

void clearCache() {
  _widgetCache.clear();
  _invalidateCachedViews();
}