clear method

void clear()

Clears all key-value pairs from the storage.

Implementation

void clear() {
  _storage.erase();
}