removeAll method

void removeAll()

Removes all items from the cache

Implementation

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