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

	// since composite cache will be cleared for users on their next hit,
	// there is no sense in in clearing whole site composite cache

	// clear cache only for current user
	$this->clearCompositeCache();
}