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