public static final class BoundedCache.Builder<K,V> extends Object
Modifier and Type | Method and Description |
---|---|
BoundedCache<K,V> |
build() |
BoundedCache.Builder<K,V> |
evictionBatchSize(Integer evictionBatchSize) |
BoundedCache.Builder<K,V> |
mappingFunction(java.util.function.Function<K,V> mappingFunction) |
BoundedCache.Builder<K,V> |
maxSize(Integer maxSize) |
public BoundedCache.Builder<K,V> maxSize(Integer maxSize)
public BoundedCache.Builder<K,V> evictionBatchSize(Integer evictionBatchSize)
public BoundedCache.Builder<K,V> mappingFunction(java.util.function.Function<K,V> mappingFunction)
public BoundedCache<K,V> build()