We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42e37e commit fc2bfaaCopy full SHA for fc2bfaa
src/main/java/org/dataloader/DataLoaderOptions.java
@@ -72,6 +72,7 @@ public DataLoaderOptions(DataLoaderOptions other) {
72
this.cachingExceptionsEnabled = other.cachingExceptionsEnabled;
73
this.cacheKeyFunction = other.cacheKeyFunction;
74
this.cacheMap = other.cacheMap;
75
+ this.valueCache = other.valueCache;
76
this.maxBatchSize = other.maxBatchSize;
77
this.statisticsCollector = other.statisticsCollector;
78
this.environmentProvider = other.environmentProvider;
0 commit comments