Uses of Package
software.amazon.awssdk.utils.cache.bounded
-
Packages that use software.amazon.awssdk.utils.cache.bounded Package Description software.amazon.awssdk.utils.cache.bounded -
Classes in software.amazon.awssdk.utils.cache.bounded used by software.amazon.awssdk.utils.cache.bounded Class Description BoundedCache A thread-safe cache implementation that returns the value for a specified key, retrieving it by either getting the stored value from the cache or using a supplied function to calculate that value and add it to the cache.BoundedCache.Builder