Uses of Package
software.amazon.awssdk.utils.cache
Packages that use software.amazon.awssdk.utils.cache
-
Classes in software.amazon.awssdk.utils.cache used by software.amazon.awssdk.utils.cacheClassDescriptionA wrapper for a
Supplierthat 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.A Builder forCachedSupplier, created byCachedSupplier.builder(Supplier).The way in which the cache should be pre-fetched when the data'sRefreshResult.prefetchTime()arrives.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.A wrapper for the value returned by theSupplierunderlying aCachedSupplier.A builder for aRefreshResult.