• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/tasknotifications.php
  • Класс: CTaskNotifications
  • Вызов: CTaskNotifications::enableStaticCache
static function enableStaticCache()
{
	if(self::$cacheData) // already enabled
	{
		return false;
	}

	self::$cacheData = true;
	self::clearStaticCache();

	return true;
}