Uses of Package
software.amazon.awssdk.utils.cache.lru
-
Packages that use software.amazon.awssdk.utils.cache.lru Package Description software.amazon.awssdk.utils.cache.lru -
Classes in software.amazon.awssdk.utils.cache.lru used by software.amazon.awssdk.utils.cache.lru Class Description LruCache 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.LruCache.Builder