Uses of Package
software.amazon.awssdk.utils.cache
-
Packages that use software.amazon.awssdk.utils.cache Package Description software.amazon.awssdk.utils.cache -
Classes in software.amazon.awssdk.utils.cache used by software.amazon.awssdk.utils.cache Class Description CachedSupplier A wrapper for aSupplierthat applies certain caching rules to the retrieval of its value, including customizable pre-fetching behaviors for updating values as they get close to expiring so that not all threads have to block to update the value.CachedSupplier.Builder A Builder forCachedSupplier, created byCachedSupplier.builder(Supplier).CachedSupplier.PrefetchStrategy The way in which the cache should be pre-fetched when the data'sRefreshResult.prefetchTime()arrives.CachedSupplier.StaleValueBehavior How the cached supplier should behave when a stale value is retrieved from the underlying supplier or the underlying supplier fails while the cached value is stale.RefreshResult A wrapper for the value returned by theSupplierunderlying aCachedSupplier.RefreshResult.Builder A builder for aRefreshResult.