コード例 #1
0
ファイル: Topmenu.php プロジェクト: Doability/magento2dev
 /**
  * Get block cache life time
  *
  * @return int
  */
 protected function getCacheLifetime()
 {
     return parent::getCacheLifetime() ?: 3600;
 }
コード例 #2
0
 /**
  * Get block cache life time
  *
  * @return int
  */
 protected function getCacheLifetime()
 {
     return parent::hasCacheLifetime() ? parent::getCacheLifetime() : self::DEFAULT_LIFETIME;
 }