cacheMode property
Overrides the way the cache is used. The way the cache is used is based on the navigation type. For a normal page load, the cache is checked and content is re-validated as needed. When navigating back, content is not revalidated, instead the content is just retrieved from the cache. The default value is CacheMode.LOAD_DEFAULT.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebSettings.setCacheMode)
Implementation
CacheMode? cacheMode;