Webview Cache

How long does the webview cache the content? And does it honor things like the
header(‘Cache-Control: max-age=86400’);
And/or does it honor things like this?

<webview cacheMode="LOAD_CACHE_ELSE_NETWORK" cacheEnabled src="mysource">

@JasonM Unfortunately, UXP WebView supports neither ‘cacheMode’ nor ‘cacheEnabled’. Regarding the cache, UXP WebView follows the default behaviors. WebView2 on Windows and WKWebView on macOS.

2 Likes