We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657c02d commit f333326Copy full SHA for f333326
1 file changed
Sources/Apollo/ApolloClient.swift
@@ -15,9 +15,7 @@ public enum CachePolicy {
15
case returnCacheDataAndFetch
16
17
/// The current default cache policy.
18
- public static var `default`: CachePolicy {
19
- .returnCacheDataElseFetch
20
- }
+ public static var `default`: CachePolicy = .returnCacheDataElseFetch
21
}
22
23
/// A handler for operation results.
0 commit comments