We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176f85f commit 908a4a3Copy full SHA for 908a4a3
src/main/java/org/dataloader/CacheMap.java
@@ -76,7 +76,7 @@ static <K, V> CacheMap<K, V> simpleMap() {
76
CompletableFuture<V> get(K key);
77
78
/**
79
- * Gets a read-only collection of CompletableFutures of the cache map.
+ * Gets a collection of CompletableFutures from the cache map.
80
* @return the collection of cached values
81
*/
82
Collection<CompletableFuture<V>> getAll();
0 commit comments