clear method
void
clear()
Clears the entire cache.
Implementation
void clear() {
_cache.clear();
_accessOrder.clear();
notifyListeners();
}
Clears the entire cache.
void clear() {
_cache.clear();
_accessOrder.clear();
notifyListeners();
}