void resetNodeCache()

clear all configs attributes and children

Source

void resetNodeCache() {
  configs.clear();
  attributes.clear();
  children.clear();
}