We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3737df8 commit 3473323Copy full SHA for 3473323
Sources/Apollo/JSONRequest.swift
@@ -155,7 +155,7 @@ open class JSONRequest<Operation: GraphQLOperation>: HTTPRequest<Operation> {
155
private var requestCachePolicy: URLRequest.CachePolicy {
156
switch cachePolicy {
157
case .returnCacheDataElseFetch:
158
- return .returnCacheDataElseLoad
+ return .useProtocolCachePolicy
159
case .fetchIgnoringCacheData:
160
return .reloadIgnoringLocalCacheData
161
case .fetchIgnoringCacheCompletely:
0 commit comments