RELOAD_IGNORING_LOCAL_AND_REMOTE_CACHE_DATA constant

IOSURLRequestCachePolicy const RELOAD_IGNORING_LOCAL_AND_REMOTE_CACHE_DATA

Ignore local cache data, and instruct proxies and other intermediates to disregard their caches so far as the protocol allows.

NOTE: Versions earlier than macOS 15, iOS 13, watchOS 6, and tvOS 13 don’t implement this constant.

Implementation

static const RELOAD_IGNORING_LOCAL_AND_REMOTE_CACHE_DATA =
    IOSURLRequestCachePolicy._internal(4, 4);