reset method

void reset()

Implementation

void reset() {
  _entityCounts.clear();
  _recycleBinSizes.clear();
}