cacheMode property

AndroidCacheMode? cacheMode
getter/setter pair

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 AndroidCacheMode.LOAD_DEFAULT.

Implementation

AndroidCacheMode? cacheMode;