clearCache method

void clearCache()

Clears the in-memory cache

Implementation

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