clear method

void clear()

Implementation

void clear() {
  _entries.clear();
  _totalRebuildCount = 0;
}