Is there any cache control?
-
wrote on 30 Sept 2020, 17:27 last edited by
As I found out, there seems to be a cache in
~/.cache/<Organisation Name>/<Application Name>/QtWebEngineIs there any method to control that cache? Turn in on/off and/or clear the cache?
Background: It seems that a redirect (HTTP-Status 301) was cached. But this redirect got changed. However my application still used the old redirect and therefore failed.
-
wrote on 30 Sept 2020, 20:23 last edited by
This does the job
QQuickWebEngineProfile::defaultProfile()->clearHttpCache();
1/2