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

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

	return $result;
}