Uses of Interface
org.dataloader.CacheKey
Packages that use CacheKey
-
Uses of CacheKey in org.dataloader
Fields in org.dataloader declared as CacheKeyMethods in org.dataloader that return types with arguments of type CacheKeyModifier and TypeMethodDescriptionDataLoaderOptions.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 CacheKeyModifier and TypeMethodDescriptionDataLoaderOptions.setCacheKeyFunction
(CacheKey<?> cacheKeyFunction) Sets the function to use for creating the cache key, if caching is enabled.