FetchOptions
Fetch options that control how requests are handled.
Definition: FetchOptions.h:26
@ OnlineIfNotFound
(Default) Queries the network if the requested resource is not found in the cache.
Definition: FetchOptions.h:31
@ CacheWithUpdate
Returns the requested cached resource if it is found and updates the cache in the background.
Definition: FetchOptions.h:45
@ OnlineOnly
Skips cache lookups and queries the network right away.
Definition: FetchOptions.h:34
@ CacheOnly
Returns immediately if a cache lookup fails.
Definition: FetchOptions.h:37
Rules all the other namespaces.
Definition: AppleSignInProperties.h:24