-
Stores the cached response in the cache.
Declaration
Swift
case cache -
Prevents the cached response from being stored in the cache.
Declaration
Swift
case doNotCache -
Modifies the cached response before storing it in the cache.
Declaration
Swift
case modify((URLSessionDataTask, CachedURLResponse) -> CachedURLResponse?)
View on GitHub
Install in Dash
Behavior Enumeration Reference