clearCache method

void clearCache()

Clear the entire cache

Implementation

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