reset method

  1. @visibleForTesting
void reset()

Reset the singleton back to default settings.

Implementation

@visibleForTesting
void reset() {
  _configSet = false;
  _config = QueryConfig.defaults();
  deleteCache();
}