function create_root_node($values)
 {
   $this->flush_cache();
   return parent :: create_root_node($values);
 }