Inheritance: extends Elcodi\Component\Core\Wrapper\Abstracts\AbstractCacheWrapper
 /**
  * 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();
 }