• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/update/settings.php
  • Класс: BitrixImUpdateSettings
  • Вызов: Settings::cleanCacheAgent
static function cleanCacheAgent()
{
	$cache = Cache::createInstance();
	$cache->cleanDir(self::CACHE_DIR);

	return '';
}