clearCache method

void clearCache()

Removes all the values from the cache.

Implementation

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