public class CacheConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CacheConfiguration.Builder
Cache configuration builder.
|
Modifier and Type | Method and Description |
---|---|
int |
getEvictBatchSize() |
int |
getHighWaterMark() |
int |
getLowWaterMark() |
int |
getMaxSize() |
static CacheConfiguration.Builder |
newBuilder() |
public int getMaxSize()
public int getHighWaterMark()
public int getLowWaterMark()
public int getEvictBatchSize()
public static CacheConfiguration.Builder newBuilder()
Copyright © 2023. All Rights Reserved.