clear method

void clear()

Clears the entire cache.

Implementation

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