Uses of Interface
software.amazon.awssdk.utils.cache.CachedSupplier.PrefetchStrategy
-
Packages that use CachedSupplier.PrefetchStrategy Package Description software.amazon.awssdk.utils.cache -
-
Uses of CachedSupplier.PrefetchStrategy in software.amazon.awssdk.utils.cache
Classes in software.amazon.awssdk.utils.cache that implement CachedSupplier.PrefetchStrategy Modifier and Type Class Description classNonBlockingACachedSupplier.PrefetchStrategythat will run a single thread in the background to update the value.classOneCallerBlocksACachedSupplier.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.PrefetchStrategy Modifier and Type Method Description CachedSupplier.Builder<T>CachedSupplier.Builder. prefetchStrategy(CachedSupplier.PrefetchStrategy prefetchStrategy)Configure the way in which data in the cache should be pre-fetched when the data'sRefreshResult.prefetchTime()arrives.
-