clear method

void clear()

Implementation

void clear() {
  _store.clear();
  _expiry.clear();
}