Uses of Interface
org.dataloader.ValueCache
Packages that use ValueCache
-
Uses of ValueCache in org.dataloader
Methods in org.dataloader that return ValueCacheModifier and TypeMethodDescriptionstatic <K,V> ValueCache <K, V> ValueCache.defaultValueCache()Creates a new value cache, using the default no-op implementation.ValueCache<K, V> DataLoader.getValueCache()Gets the valueCache associated with this data loader passed in viaDataLoaderOptions.valueCache()Methods in org.dataloader that return types with arguments of type ValueCacheModifier and TypeMethodDescriptionOptional<ValueCache<?, ?>> DataLoaderOptions.valueCache()Gets the (optional) cache store implementation that is used for value caching, if caching is enabled.Methods in org.dataloader with parameters of type ValueCacheModifier and TypeMethodDescriptionDataLoaderOptions.setValueCache(ValueCache<?, ?> valueCache) Sets the value cache implementation to use for caching values, if caching is enabled. -
Uses of ValueCache in org.dataloader.impl
Classes in org.dataloader.impl that implement ValueCacheModifier and TypeClassDescriptionclassNoOpValueCache<K,V> Implementation ofValueCachethat does nothing.