clear static method

void clear()

Implementation

static void clear() {
  _buffer.clear();
  _lastSeen.clear();
}