clearCache method

void clearCache()

Implementation

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