Contents

NSURLRequest.CachePolicy.reloadIgnoringLocalCacheData

The URL load should be loaded only from the originating source.

Declaration

case reloadIgnoringLocalCacheData

Mentioned in

Discussion

This policy specifies that no existing cache data should be used to satisfy a URL load request.

See Also

Policies