clear method
Clears all entries from the cache.
This operation should be atomic if possible.
Implementation
@override
void clear() {
_cache.clear();
_accessOrder.clear();
}
Clears all entries from the cache.
This operation should be atomic if possible.
@override
void clear() {
_cache.clear();
_accessOrder.clear();
}