Electron如何禁用缓存? 打野赵怀真 2024-03-19 242 阅读1分钟 "```javascript app.commandLine.appendSwitch('disable-http-cache'); app.commandLine.appendSwitch('disable-gpu-shader-disk-cache'); app.commandLine.appendSwitch('disable-gpu-program-cache'); app.commandLine.appendSwitch('disk-cache-size', '0');