clear method

void clear()

Clear all providers

Implementation

void clear() {
  _providers.clear();
  _capabilities.clear();
  _metadata.clear();
}