clearCache static method

void clearCache()

Clear the element cache

Implementation

static void clearCache() {
  _elementCache.clear();
}