clearCache method

void clearCache()

clear cache

Implementation

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