public function createRootNode($values)
  {
    $result = parent :: createRootNode($values);

    $this->cache->flush(self :: CACHE_GROUP);

    return $result;
  }
 function createRootNode($values)
 {
   $result = parent :: createRootNode($values);
   $this->flushCache();
   return $result;
 }