public function store()
 {
     try {
         $this->cacheNodes = array();
         $this->cacheNodesByUrl = array();
         parent::store();
         $this->load();
     } catch (Exception $e) {
         throw $e;
     }
 }