示例#1
0
 /**
  * {@inheritdoc}
  *
  * @return array
  */
 public function getCacheKeyInfo()
 {
     $cacheKeys = parent::getCacheKeyInfo();
     $cacheKeys['display_minimal_price'] = $this->getDisplayMinimalPrice();
     return $cacheKeys;
 }