clear method

void clear()

Removes all items from the cache

Implementation

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