Uses of Class
org.dataloader.ValueCacheOptions
-
Packages that use ValueCacheOptions Package Description org.dataloader -
-
Uses of ValueCacheOptions in org.dataloader
Fields in org.dataloader declared as ValueCacheOptions Modifier and Type Field Description private ValueCacheOptions
DataLoaderOptions. valueCacheOptions
Methods in org.dataloader that return ValueCacheOptions Modifier and Type Method Description ValueCacheOptions
DataLoaderOptions. getValueCacheOptions()
static ValueCacheOptions
ValueCacheOptions. newOptions()
ValueCacheOptions
ValueCacheOptions. setCompleteValueAfterCacheSet(boolean flag)
Methods in org.dataloader with parameters of type ValueCacheOptions Modifier and Type Method Description DataLoaderOptions
DataLoaderOptions. setValueCacheOptions(ValueCacheOptions valueCacheOptions)
Sets theValueCacheOptions
that control how theValueCache
will be used
-