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
This small and simple utility library is a pure Java 8 port of [Facebook DataLoader](https://github.com/facebook/dataloader).
@@ -53,7 +53,7 @@ and Nicholas Schrock (@schrockn) from [Facebook](https://www.facebook.com/), the
53
53
- Results are ordered according to insertion order of load requests
54
54
- Deals with partial errors when a batch future fails
55
55
- Can disable batching and/or caching in configuration
56
-
- Can supply your own [`CacheMap<K, V>`](https://github.com/bbakerman/java-dataloader/blob/master/src/main/java/io/engagingspaces/vertx/dataloader/CacheMap.java) implementations
56
+
- Can supply your own [`CacheMap<K, V>`](https://github.com/graphql-java/java-dataloader/blob/master/src/main/java/io/engagingspaces/vertx/dataloader/CacheMap.java) implementations
57
57
- Has very high test coverage (see [Acknowledgements](#acknowlegdements))
58
58
59
59
## Examples
@@ -284,4 +284,4 @@ This project is licensed under the
0 commit comments