public abstract class LocaleObjectCache<K,V> extends Object
| Constructor and Description |
|---|
LocaleObjectCache() |
LocaleObjectCache(int initialCapacity,
float loadFactor,
int concurrencyLevel) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract V |
createObject(K key) |
V |
get(K key) |
protected K |
normalizeKey(K key) |