clear method

  1. @override
void clear()
override

Clears all entries from the cache.

This operation should be atomic if possible.

Implementation

@override
void clear() {
  _storageBox.clear();
}