RELOAD_IGNORING_LOCAL_CACHE_DATA constant
IOSURLRequestCachePolicy
const RELOAD_IGNORING_LOCAL_CACHE_DATA
The URL load should be loaded only from the originating source. This policy specifies that no existing cache data should be used to satisfy a URL load request.
NOTE: Always use this policy if you are making HTTP or HTTPS byte-range requests.
Implementation
static const RELOAD_IGNORING_LOCAL_CACHE_DATA =
IOSURLRequestCachePolicy._internal(1, 1);