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