Package software.amazon.awssdk.utils.cache.bounded
package software.amazon.awssdk.utils.cache.bounded
-
ClassesClassDescriptionBoundedCache<K,
V> 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<K,V>