You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Apollo/ApolloStore.swift
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,9 @@ public final class ApolloStore {
54
54
55
55
/// Clears the instance of the cache. Note that a cache can be shared across multiple `ApolloClient` objects, so clearing that underlying cache will clear it for all clients.
56
56
///
57
-
/// - Returns: A promise which fulfills when the Cache is cleared.
57
+
/// - Parameters:
58
+
/// - callbackQueue: The queue to call the completion block on. Defaults to `DispatchQueue.main`.
59
+
/// - completion: [optional] A completion block to be called after records are merged into the cache.
0 commit comments