c# - Universal Windows App disable Webview to cache all JSON Documents -
i developing uwp-app webview hosts javascript application. have traffic of json documents database , back. webview caches documents, needs during runtime extremly ram (up 2gb on machine). saves documents textdata in local folder. possible avoid that? set frame.cachesize = -1
, run webview.cleartemporarywebdataasync()
in intervals. have no idea can furthermore , www isn't helpfull...
kind regards
Comments
Post a Comment