clearCache method

void clearCache()

Clear widget cache

Implementation

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