• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/Command/Command.php
  • Класс: BitrixImV2EntityCommandCommand
  • Вызов: Command::cleanCache
static function cleanCache(int $id): void
{
	Application::getInstance()->getCache()->cleanDir(self::getDeleteDir($id));
}