• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Chat/GeneralChat.php
  • Класс: BitrixImV2ChatGeneralChat
  • Вызов: GeneralChat::cleanGeneralChatCache
static function cleanGeneralChatCache(string $cacheId): void
{
	Application::getInstance()->getCache()->clean($cacheId, static::getCacheDir());
}