Package software.amazon.awssdk.utils.cache.lru


package software.amazon.awssdk.utils.cache.lru
  • Classes
    Class
    Description
    A thread-safe LRU (Least Recently Used) 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.