clear method

void clear()

Clears all entries from the cache.

Implementation

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