public class CacheConfiguration
extends java.lang.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 © 2019. All Rights Reserved.