• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/component/elementlist.php
  • Класс: BitrixIblockComponentElementList
  • Вызов: ElementList::getAdditionalCacheId
protected function getAdditionalCacheId()
{
	return array(
		$this->globalFilter,
		$this->productIdMap,
		$this->arParams['CACHE_GROUPS'] === 'N' ? false : $this->getUserGroupsCacheId(),
		$this->navigation,
		$this->pagerParameters
	);
}