There are two caches in WebView: Web data caching (storing opened pages and resources ) and H5 caching (AppCache). … LOAD_CACHE_ELSE_NETWORK uses the data in the cache whenever it is locally available, whether it expires or no-cache. For example, the cache-control of www.taobao.com is no-cache.
Read moreDoes WebView have cache?
Android WebView will cache web resources by itself by default .
Read more