/**
  * Get Key for caching block content
  *
  * @return string
  */
 public function getCacheKey()
 {
     return parent::getCacheKey() . '-' . $this->getPriceId() . '-' . $this->getPrice()->getPriceCode();
 }