| Package | Description |
|---|---|
| software.amazon.awssdk.utils.cache.lru |
| Class and 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 |
Copyright © 2022. All rights reserved.