clearCache method

void clearCache()

Clears the cache.

Implementation

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