I have an NSURLMutableURLRequest
where I call
[urlRequest setCachePolicy:NSURLRequestReloadRevalidatingCacheData];
When I po [urlRequest cachePolicy]
it is always 1.
What is the getter doing that could force it to return 1?
I have an NSURLMutableURLRequest
where I call
[urlRequest setCachePolicy:NSURLRequestReloadRevalidatingCacheData];
When I po [urlRequest cachePolicy]
it is always 1.
What is the getter doing that could force it to return 1?
Copyright © 2021 Jogjafile Inc.
I suppose that this policy has not been implemented yet (navigate
NSURLMutableURLRequest
by means of cmd+click and findNSURLRequestCachePolicy
).This is also well documented in NSURLCache. There is also a radar at http://openradar.appspot.com/radar?id=1755401.