• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/queue/cache.php
  • Класс: BitrixImOpenLinesQueueCache
  • Вызов: Cache::__construct
public function __construct()
{
	$application = Application::getInstance();
	if($application instanceof Application)
	{
		$this->cache = $application->getCache();
		$this->taggedCache = $application->getTaggedCache();
	}
	else
	{
		$this->isError = true;
	}
}