public static final class RefreshCachedSupplier.Builder<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
RefreshCachedSupplier.Builder<T> |
asyncUpdateEnabled(Boolean asyncUpdateEnabled) |
RefreshCachedSupplier<T> |
build() |
RefreshCachedSupplier.Builder<T> |
staleValueBehavior(RefreshCachedSupplier.StaleValueBehavior staleValueBehavior) |
public RefreshCachedSupplier.Builder<T> asyncUpdateEnabled(Boolean asyncUpdateEnabled)
public RefreshCachedSupplier.Builder<T> staleValueBehavior(RefreshCachedSupplier.StaleValueBehavior staleValueBehavior)
public RefreshCachedSupplier<T> build()
Copyright © 2025. All rights reserved.