clear method
Removes all elements of this.
Implementation
@override
void clear() {
_cache.values.forEach((v) => v.data.clear());
super.clear();
}
Removes all elements of this.
@override
void clear() {
_cache.values.forEach((v) => v.data.clear());
super.clear();
}