• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/businesssuite/configuration/facebook/installs.php
  • Класс: BitrixSeoBusinessSuiteConfigurationFacebookInstalls
  • Вызов: Installs::clearCache
static function clearCache()
{
	Application::getInstance()->getManagedCache()->clean(self::FACEBOOK_INSTALLS_CACHE_ID);
	self::$current = null;
}