LOAD_NO_CACHE constant

AndroidCacheMode const LOAD_NO_CACHE

Don't use the cache, load from the network.

Implementation

static const LOAD_NO_CACHE = const AndroidCacheMode._internal(2);