clearCache static method

void clearCache()

Implementation

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