---
title: NSURLRequest.CachePolicy.reloadIgnoringLocalCacheData
framework: foundation
role: symbol
role_heading: Case
path: foundation/nsurlrequest/cachepolicy-swift.enum/reloadignoringlocalcachedata
---

# NSURLRequest.CachePolicy.reloadIgnoringLocalCacheData

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

## Declaration

```swift
case reloadIgnoringLocalCacheData
```

## Mentioned in

Accessing cached data

## Discussion

Discussion This policy specifies that no existing cache data should be used to satisfy a URL load request. important: Always use this policy if you are making HTTP or HTTPS byte-range requests.

## See Also

### Policies

- [NSURLRequest.CachePolicy.useProtocolCachePolicy](foundation/nsurlrequest/cachepolicy-swift.enum/useprotocolcachepolicy.md)
- [NSURLRequest.CachePolicy.reloadIgnoringLocalAndRemoteCacheData](foundation/nsurlrequest/cachepolicy-swift.enum/reloadignoringlocalandremotecachedata.md)
- [reloadIgnoringCacheData](foundation/nsurlrequest/cachepolicy-swift.enum/reloadignoringcachedata.md)
- [NSURLRequest.CachePolicy.returnCacheDataElseLoad](foundation/nsurlrequest/cachepolicy-swift.enum/returncachedataelseload.md)
- [NSURLRequest.CachePolicy.returnCacheDataDontLoad](foundation/nsurlrequest/cachepolicy-swift.enum/returncachedatadontload.md)
- [NSURLRequest.CachePolicy.reloadRevalidatingCacheData](foundation/nsurlrequest/cachepolicy-swift.enum/reloadrevalidatingcachedata.md)
