clear electron cache
HeavyHorst opened this issue · 3 comments
HeavyHorst commented
is there a way to clear the electron cache (besides rm -rf ~/.config/Electron/cache) ?
asticode commented
@HeavyHorst do you mean like clearing the HTTP cache?
https://github.com/electron/electron/blob/master/docs/api/session.md#sesclearcachecallback
HeavyHorst commented
yes, like clearing the http cache.
I would like to clear the cache from within go-astilectron.
I think this functionality needs to be exported from here ?
asticode commented
Great idea, I've created this issue in go-astilectron's repo instead