Uses of Enum
software.amazon.awssdk.utils.cache.CachedSupplier.StaleValueBehavior
Packages that use CachedSupplier.StaleValueBehavior
-
Uses of CachedSupplier.StaleValueBehavior in software.amazon.awssdk.utils.cache
Methods in software.amazon.awssdk.utils.cache that return CachedSupplier.StaleValueBehaviorModifier and TypeMethodDescriptionReturns 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.Methods in software.amazon.awssdk.utils.cache with parameters of type CachedSupplier.StaleValueBehaviorModifier and TypeMethodDescriptionCachedSupplier.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.