/**
  * Get block cache life time
  *
  * @return int
  */
 protected function getCacheLifetime()
 {
     return parent::hasCacheLifetime() ? parent::getCacheLifetime() : 3600;
 }