invalidate method

void invalidate()

Implementation

void invalidate() {
  _map.clear();
  _dirtyCount = 0;
}