function create_sub_node($id, $values)
 {
   $this->flush_cache();
   return parent :: create_sub_node($id, $values);
 }