LOAD_DEFAULT constant

CacheMode 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 = CacheMode._internal(-1, -1);