Uses of Interface
software.amazon.awssdk.utils.cache.CachedSupplier.PrefetchStrategy
Packages that use CachedSupplier.PrefetchStrategy
-
Uses of CachedSupplier.PrefetchStrategy in software.amazon.awssdk.utils.cache
Classes in software.amazon.awssdk.utils.cache that implement CachedSupplier.PrefetchStrategyModifier and TypeClassDescriptionclassACachedSupplier.PrefetchStrategythat will run a single thread in the background to update the value.classACachedSupplier.PrefetchStrategythat will have one caller at a time block to update the value.Methods in software.amazon.awssdk.utils.cache with parameters of type CachedSupplier.PrefetchStrategyModifier and TypeMethodDescriptionCachedSupplier.Builder.prefetchStrategy(CachedSupplier.PrefetchStrategy prefetchStrategy) Configure the way in which data in the cache should be pre-fetched when the data'sRefreshResult.prefetchTime()arrives.