NSUrlRequestCachePolicy Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
NSUrlRequest caching policy.
public enum NSUrlRequestCachePolicy
type NSUrlRequestCachePolicy =
- Inheritance
-
NSUrlRequestCachePolicy
Fields
Name | Value | Description |
---|---|---|
UseProtocolCachePolicy | 0 | |
ReloadIgnoringCacheData | 1 | |
ReloadIgnoringLocalCacheData | 1 | |
ReturnCacheDataElseLoad | 2 | |
ReturnCacheDataDoNotLoad | 3 | |
ReloadIgnoringLocalAndRemoteCacheData | 4 | |
ReloadRevalidatingCacheData | 5 |