clear method

void clear()

Removes all items from the cache.

Implementation

void clear() {
  _items.clear();
  _registry.clear();
}