| Package | Description |
|---|---|
| software.amazon.awssdk.utils.cache |
| Modifier and Type | Method and Description |
|---|---|
static CachedSupplier.StaleValueBehavior |
CachedSupplier.StaleValueBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachedSupplier.StaleValueBehavior[] |
CachedSupplier.StaleValueBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CachedSupplier.Builder<T> |
CachedSupplier.Builder.staleValueBehavior(CachedSupplier.StaleValueBehavior staleValueBehavior)
Configure the way the cache should behave when a stale value is retrieved or when retrieving a value fails while the
cache is stale.
|
Copyright © 2023. All rights reserved.