Uses of Interface
org.dataloader.CacheKey
-
Packages that use CacheKey Package Description org.dataloader -
-
Uses of CacheKey in org.dataloader
Fields in org.dataloader declared as CacheKey Modifier and Type Field Description private CacheKey<?>
DataLoaderOptions. cacheKeyFunction
Methods in org.dataloader that return types with arguments of type CacheKey Modifier and Type Method Description java.util.Optional<CacheKey>
DataLoaderOptions. cacheKeyFunction()
Gets an (optional) function to invoke for creation of the cache key, if caching is enabled.Methods in org.dataloader with parameters of type CacheKey Modifier and Type Method Description DataLoaderOptions
DataLoaderOptions. setCacheKeyFunction(CacheKey<?> cacheKeyFunction)
Sets the function to use for creating the cache key, if caching is enabled.
-