Tuesday, 30 November 2021

set expiration time for WebView cache in android

in the documentation of WebView's cachingMode, in the LOAD_DEFAULT's description says:

If the navigation type doesn't impose any specific behavior, use cached resources when they are available and not expired, otherwise load resources from the network.

how can I set expiration time for web view's caching in android client without needing to modify server-side configuration?

also I have checked out following useful links: link1, link2 and link3.



from set expiration time for WebView cache in android

No comments:

Post a Comment