org.apache.chemistry.opencmis.client.bindings.cache.impl
Class MapCacheLevelImpl

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.cache.impl.AbstractMapCacheLevel
      extended by org.apache.chemistry.opencmis.client.bindings.cache.impl.MapCacheLevelImpl
All Implemented Interfaces:
Serializable, CacheLevel
Direct Known Subclasses:
ContentTypeCacheLevelImpl

public class MapCacheLevelImpl
extends AbstractMapCacheLevel

Map cache.

Author:
Florian Müller
See Also:
Serialized Form

Field Summary
static String CAPACITY
           
static String LOAD_FACTOR
           
static String SINGLE_VALUE
           
 
Constructor Summary
MapCacheLevelImpl()
          Constructor.
 
Method Summary
 void initialize(Map<String,String> parameters)
          Initialize the cache level.
 
Methods inherited from class org.apache.chemistry.opencmis.client.bindings.cache.impl.AbstractMapCacheLevel
disableKeyFallback, disableSingeValueFallback, enableKeyFallback, enableSingeValueFallback, get, getBooleanParameter, getFloatParameter, getIntParameter, getMap, put, remove, setMap, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CAPACITY

public static final String CAPACITY
See Also:
Constant Field Values

LOAD_FACTOR

public static final String LOAD_FACTOR
See Also:
Constant Field Values

SINGLE_VALUE

public static final String SINGLE_VALUE
See Also:
Constant Field Values
Constructor Detail

MapCacheLevelImpl

public MapCacheLevelImpl()
Constructor.

Method Detail

initialize

public void initialize(Map<String,String> parameters)
Description copied from interface: CacheLevel
Initialize the cache level.

Specified by:
initialize in interface CacheLevel
Specified by:
initialize in class AbstractMapCacheLevel
Parameters:
parameters - level parameters


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.