• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/connector/crm.php
  • Класс: BitrixLandingConnectorCrm
  • Вызов: Crm::clearContactsCache
static function clearContactsCache(): void
{
	if (defined('BX_COMP_MANAGED_CACHE'))
	{
		Manager::getCacheManager()->clearByTag(self::CACHE_TAG);
	}
}