clearCache method

void clearCache()

Clears all cached entries.

Implementation

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