public class CacheTest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheTest.FinalizerString
A String that outputs to STDOUT when it has been finalized.
|
static class |
CacheTest.LoadTester |
| Modifier and Type | Field and Description |
|---|---|
static int |
RANDOM_KEY_LENGTH
String length to use for randomly generated keys.
|
static int |
RANDOM_VALUE_LENGTH
String length to use for randomly generated values.
|
| Constructor and Description |
|---|
CacheTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
public static final int RANDOM_KEY_LENGTH
public static final int RANDOM_VALUE_LENGTH