-
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(@Sendable (_ task: URLSessionDataTask, _ cachedResponse: CachedURLResponse) -> CachedURLResponse?)
View on GitHub
Install in Dash