• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Settings/CacheManager.php
  • Класс: BitrixImV2SettingsCacheManager
  • Вызов: CacheManager::clearAll
public function clearAll(): self
{
	$this->cache->cleanDir($this->getCacheDir());

	return $this;
}