Class OneCallerBlocks

java.lang.Object
software.amazon.awssdk.utils.cache.OneCallerBlocks
All Implemented Interfaces:
AutoCloseable, CachedSupplier.PrefetchStrategy, SdkAutoCloseable

public class OneCallerBlocks extends Object implements CachedSupplier.PrefetchStrategy
A CachedSupplier.PrefetchStrategy that will have one caller at a time block to update the value. Multiple calls to prefetch(Runnable) will result in only one caller actually performing the update, with the others immediately returning.