USE_PROTOCOL_CACHE_POLICY constant
Use the caching logic defined in the protocol implementation, if any, for a particular URL load request. This is the default policy for URL load requests.
Implementation
static const USE_PROTOCOL_CACHE_POLICY = URLRequestCachePolicy._internal(
0,
0,
);