• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/V2/Entity/Command/Command.php
  • Класс: BitrixImV2EntityCommandCommand
  • Вызов: Command::saveInCache
protected function saveInCache(Cache $cache, array $commandList): void
{
	$cache->startDataCache();
	$cache->endDataCache($commandList);
}