I recently discovered that c:/Users/username/AppData/Local/AppName/Cache
contained over 100K cache files.
I read up a bit and saw that the gui.App.clearCache()
method should fix this.
I execute this method at start and at shutdown of the app. (after assigning gui to require("nw.gui")
)
However, this doesn't seem to help. Nothing is being deleted.
Any ideas why that is?