Esempio n. 1
0
 /**
  * Use hard cache expiration time from main config for blocks cache
  * It will decrease the block cache lifetime
  * if the number of cache invalidation triggers is not enough
  * @param boolean $flag
  */
 public static function useHardCacheTime($flag)
 {
     self::$_useHardCacheLifetime = $flag;
 }