Class FifoCache<T>
java.lang.Object
software.amazon.awssdk.utils.cache.FifoCache<T>
- Type Parameters:
- T- value type
A bounded cache that has a FIFO eviction policy when the cache is full.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FifoCachepublic FifoCache(int maxSize) - Parameters:
- maxSize- the maximum number of entries of the cache
 
 
- 
- 
Method Details- 
add
- 
get
- 
toString
 
-