Electron如何禁用缓存?

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');