public class ContentTypeCacheLevelImpl extends MapCacheLevelImpl
CAPACITY, LOAD_FACTOR, SINGLE_VALUE| Constructor and Description |
|---|
ContentTypeCacheLevelImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key)
Retrieves an object from the cache level.
|
void |
put(Object value,
String key)
Adds an object to the cache level.
|
void |
remove(String key)
Removes an object from this cache level.
|
initializedisableKeyFallback, disableSingeValueFallback, enableKeyFallback, enableSingeValueFallback, getBooleanParameter, getFloatParameter, getIntParameter, getMap, setMap, toStringpublic Object get(String key)
CacheLevelget in interface CacheLevelget in class AbstractMapCacheLevelkey - the key at this cache levelnull if the object doesn't existpublic void put(Object value, String key)
CacheLevelput in interface CacheLevelput in class AbstractMapCacheLevelvalue - the objectkey - the key at this levelpublic void remove(String key)
CacheLevelremove in interface CacheLevelremove in class AbstractMapCacheLevelkey - the key at this cache levelCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.