resetNodeCache method
void
resetNodeCache()
clear all configs attributes and children
Implementation
void resetNodeCache() {
configs.clear();
attributes.clear();
children.clear();
}
clear all configs attributes and children
void resetNodeCache() {
configs.clear();
attributes.clear();
children.clear();
}