• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/queue/cache.php
  • Класс: BitrixImOpenLinesQueueCache
  • Вызов: Cache::endCacheQueueOperatorData
public function endCacheQueueOperatorData($data = []): bool
{
	$result = false;
	if ($this->validQueueOperatorData())
	{
		$result = true;

		$this->taggedCache->endTagCache();
		$this->cache->endDataCache($data);
	}

	return $result;
}