clear static method

void clear()

Clear all buffers.

Implementation

static void clear() {
  _http.clear();
  _logs.clear();
  _exceptions.clear();
  _models.clear();
  _caches.clear();
  _events.clear();
  _gates.clear();
  _dumps.clear();
  _queries.clear();
}