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

	return $this;
}