• Модуль: imconnector
  • Путь к файлу: ~/bitrix/modules/imconnector/lib/connector.php
  • Класс: BitrixImConnectorConnector
  • Вызов: Connector::cleanCacheConnector
static function cleanCacheConnector($line, $cacheId)
{
	$cache = Cache::createInstance();
	$cache->clean($cacheId, Library::CACHE_DIR_COMPONENT);
	$cache->clean($line, Library::CACHE_DIR_INFO_CONNECTORS_LINE);
}