示例#1
0
 /**
  * Get Key for caching block content
  *
  * @return string
  */
 public function getCacheKey()
 {
     return parent::getCacheKey() . ($this->getData('list_category_page') ? '-list-category-page' : '');
 }