• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/retargeting/account.php
  • Класс: BitrixSeoRetargetingAccount
  • Вызов: Account::clearCache
public function clearCache()
{
	$cacheId = $this->getCacheId();
	$cache = Application::getInstance()->getManagedCache();
	$cache->Clean($cacheId);
}