resetNodeCache method

void resetNodeCache()

clear all configs attributes and children

Implementation

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