• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager.php
  • Класс: BitrixIntranetCustomSectionManager
  • Вызов: Manager::clearTaggedCache
protected function clearTaggedCache(string $tag): void
{
	if (!defined('BX_COMP_MANAGED_CACHE'))
	{
		return;
	}

	$taggedCache = Application::getInstance()->getTaggedCache();
	$taggedCache->clearByTag($tag);
}