public class StringCache
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LENGTH_LIMIT |
| Constructor and Description |
|---|
StringCache() |
StringCache(int lengthLimit) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
cachedValueOf(java.lang.String str) |
int |
size() |
public static final int LENGTH_LIMIT