Uses of Class
software.amazon.awssdk.utils.cache.CachedSupplier.StaleValueBehavior
-
Packages that use CachedSupplier.StaleValueBehavior Package Description software.amazon.awssdk.utils.cache -
-
Uses of CachedSupplier.StaleValueBehavior in software.amazon.awssdk.utils.cache
Methods in software.amazon.awssdk.utils.cache that return CachedSupplier.StaleValueBehavior Modifier and Type Method Description static CachedSupplier.StaleValueBehaviorCachedSupplier.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.Methods in software.amazon.awssdk.utils.cache with parameters of type CachedSupplier.StaleValueBehavior Modifier and Type Method 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.
-