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

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

	return $result;
}