LOAD_DEFAULT constant

AndroidCacheMode const LOAD_DEFAULT

Default cache usage mode. 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.

Implementation

static const LOAD_DEFAULT = AndroidCacheMode._internal(-1, -1);