Uses of Class
software.amazon.awssdk.utils.cache.bounded.BoundedCache.Builder
-
Packages that use BoundedCache.Builder Package Description software.amazon.awssdk.utils.cache.bounded -
-
Uses of BoundedCache.Builder in software.amazon.awssdk.utils.cache.bounded
Methods in software.amazon.awssdk.utils.cache.bounded that return BoundedCache.Builder Modifier and Type Method Description static <K,V>
BoundedCache.Builder<K,V>BoundedCache. builder(Function<K,V> mappingFunction)BoundedCache.Builder<K,V>BoundedCache.Builder. evictionBatchSize(Integer evictionBatchSize)BoundedCache.Builder<K,V>BoundedCache.Builder. maxSize(Integer maxSize)
-