• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/iblock.php
  • Класс: CAllIBlock
  • Вызов: CAllIBlock::clearUrlDataCache
static function clearUrlDataCache(): void
{
	self::$productIblockDataCache = [];
	self::$urlParentCache = [];
	self::$urlElementDataCache = [];
	self::$urlSectionDataCache = [];
}