Skip to content
Prev Previous commit
Next Next commit
javadoc problem
  • Loading branch information
bbakerman committed Jul 31, 2021
commit ae0a29e85c4458e277110d169d1066d68d4364ba
2 changes: 1 addition & 1 deletion src/main/java/org/dataloader/ValueCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* <p>
* It differs from {@link CacheMap} which is in fact a cache of promised values aka {@link CompletableFuture}&lt;V&gt;'s.
* <p>
* {@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
* be easily placed in an external cache outside the JVM say, hence the need for the {@link ValueCache}.
* <p>
* {@link DataLoader}s use a two stage cache strategy if caching is enabled. If the {@link CacheMap} already has the promise to a value
Expand Down