public class SingleThreadedCache
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SingleThreadedCache.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
SingleThreadedCache(software.amazon.cryptography.materialproviders.model.SingleThreadedCache.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static SingleThreadedCache.Builder |
builder() |
int |
entryCapacity() |
int |
entryPruningTailSize() |
SingleThreadedCache.Builder |
toBuilder() |
protected SingleThreadedCache(software.amazon.cryptography.materialproviders.model.SingleThreadedCache.BuilderImpl builder)
public int entryCapacity()
public int entryPruningTailSize()
public SingleThreadedCache.Builder toBuilder()
public static SingleThreadedCache.Builder builder()