public class MapCacheLevelImpl extends AbstractMapCacheLevel
| Modifier and Type | Field and Description |
|---|---|
static String |
CAPACITY |
static String |
LOAD_FACTOR |
static String |
SINGLE_VALUE |
| Constructor and Description |
|---|
MapCacheLevelImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Map<String,String> parameters)
Initialize the cache level.
|
disableKeyFallback, disableSingeValueFallback, enableKeyFallback, enableSingeValueFallback, get, getBooleanParameter, getFloatParameter, getIntParameter, getMap, put, remove, setMap, toStringpublic static final String CAPACITY
public static final String LOAD_FACTOR
public static final String SINGLE_VALUE
public void initialize(Map<String,String> parameters)
CacheLevelinitialize in interface CacheLevelinitialize in class AbstractMapCacheLevelparameters - level parametersCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.