• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager.php
  • Класс: BitrixIntranetCustomSectionManager
  • Вызов: Manager::clearLeftMenuCacheForUser
public function clearLeftMenuCacheForUser(int $userId): void
{
	$this->clearTaggedCache('USER_NAME_' . $userId);

	$this->clearCompositeCache($userId);
}