• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ui/webpack/base.php
  • Класс: Bitrix\Crm\UI\Webpack\Base
  • Вызов: Base::setCacheTtl
public function setCacheTtl($cacheTtl)
{
	$this->cacheTtl = $cacheTtl;
	return $this;
}