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, toString
public static final String CAPACITY
public static final String LOAD_FACTOR
public static final String SINGLE_VALUE
public void initialize(Map<String,String> parameters)
CacheLevel
initialize
in interface CacheLevel
initialize
in class AbstractMapCacheLevel
parameters
- level parametersCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.