| Package | Description |
|---|---|
| software.amazon.awssdk.utils.cache |
| Modifier and Type | Method and Description |
|---|---|
RefreshResult<T> |
RefreshResult.Builder.build()
Build a
RefreshResult using the values currently configured in this builder. |
<T> RefreshResult<T> |
NonBlocking.fetch(Supplier<RefreshResult<T>> supplier) |
default <T> RefreshResult<T> |
CachedSupplier.PrefetchStrategy.fetch(Supplier<RefreshResult<T>> supplier)
Invoke the provided supplier to retrieve the refresh result.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> CachedSupplier.Builder<T> |
CachedSupplier.builder(Supplier<RefreshResult<T>> valueSupplier)
Retrieve a builder that can be used for creating a
CachedSupplier. |
<T> RefreshResult<T> |
NonBlocking.fetch(Supplier<RefreshResult<T>> supplier) |
default <T> RefreshResult<T> |
CachedSupplier.PrefetchStrategy.fetch(Supplier<RefreshResult<T>> supplier)
Invoke the provided supplier to retrieve the refresh result.
|
Copyright © 2022. All rights reserved.