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 e3e70a4 commit ae0a29eCopy full SHA for ae0a29e
src/main/java/org/dataloader/ValueCache.java
@@ -12,7 +12,7 @@
12
* <p>
13
* It differs from {@link CacheMap} which is in fact a cache of promised values aka {@link CompletableFuture}<V>'s.
14
15
- * {@link ValueCache is more suited to be a wrapper of a long-lived or externallly cached values. {@link CompletableFuture}s cant
+ * {@link ValueCache} is more suited to be a wrapper of a long-lived or externallly cached values. {@link CompletableFuture}s cant
16
* be easily placed in an external cache outside the JVM say, hence the need for the {@link ValueCache}.
17
18
* {@link DataLoader}s use a two stage cache strategy if caching is enabled. If the {@link CacheMap} already has the promise to a value
0 commit comments