We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a59ead + fc2bfaa commit 59b26b8Copy full SHA for 59b26b8
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