public function getCacheKeyInfo()
 {
     return array_merge(parent::getCacheKeyInfo(), $this->_getWidgetParams(), array($this->getCategoryId()));
 }
 public function getCacheKeyInfo()
 {
     $itemIds = array_keys($this->getMenuItems());
     sort($itemIds);
     return array_merge(parent::getCacheKeyInfo(), array(implode('|', $itemIds)));
 }