cacheMode property

CacheMode? 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 CacheMode.LOAD_DEFAULT.

Officially Supported Platforms/Implementations:

Implementation

CacheMode? cacheMode;