reload() public method

Empty cache and load again
public reload ( ) : array
return array Category tree loaded
 /**
  * This method is called every time that some property that could affect the categories tree is changed and it
  * reloads the full tree.
  */
 public function onChange()
 {
     $this->storeCategoryTree->reload();
 }