Uses of Class
org.dataloader.ValueCache.ValueCachingNotSupported
Packages that use ValueCache.ValueCachingNotSupported
-
Uses of ValueCache.ValueCachingNotSupported in org.dataloader
Methods in org.dataloader that throw ValueCache.ValueCachingNotSupportedModifier and TypeMethodDescriptiondefault CompletableFuture<List<Try<V>>> Gets the specified keys from the value cache, in a batch call.default CompletableFuture<List<V>> Stores the value with the specified keys, or updates it if the keys if they already exist. -
Uses of ValueCache.ValueCachingNotSupported in org.dataloader.impl
Fields in org.dataloader.impl declared as ValueCache.ValueCachingNotSupportedModifier and TypeFieldDescriptionprivate final ValueCache.ValueCachingNotSupportedNoOpValueCache.NOT_SUPPORTEDMethods in org.dataloader.impl that throw ValueCache.ValueCachingNotSupported