clearCache static method

void clearCache()

Removes all blocs from the cache

Implementation

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