Package org.dataloader.impl
package org.dataloader.impl
-
ClassDescriptionSome really basic helpers when working with CompletableFuturesDefaultCacheMap<K,
V> NoOpValueCache<K,V> Implementation ofValueCachethat does nothing.This allows multipleCompletionStages to be combined and completed as one and should something go wrong, instead of throwingCompletionExceptions it captures the cause and returns null for that data value, otherwise it allows you to access them as a list of values.