Class BoundedCache.Builder<K,V>
- java.lang.Object
-
- software.amazon.awssdk.utils.cache.bounded.BoundedCache.Builder<K,V>
-
- Enclosing class:
- BoundedCache<K,V>
public static final class BoundedCache.Builder<K,V> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundedCache<K,V>build()BoundedCache.Builder<K,V>evictionBatchSize(Integer evictionBatchSize)BoundedCache.Builder<K,V>maxSize(Integer maxSize)
-
-
-
Method Detail
-
maxSize
public BoundedCache.Builder<K,V> maxSize(Integer maxSize)
-
evictionBatchSize
public BoundedCache.Builder<K,V> evictionBatchSize(Integer evictionBatchSize)
-
build
public BoundedCache<K,V> build()
-
-