org.apache.chemistry.opencmis.client.bindings.cache.impl
Class LruCacheLevelImpl
java.lang.Object
org.apache.chemistry.opencmis.client.bindings.cache.impl.AbstractMapCacheLevel
org.apache.chemistry.opencmis.client.bindings.cache.impl.LruCacheLevelImpl
- All Implemented Interfaces:
- Serializable, CacheLevel
public class LruCacheLevelImpl
- extends AbstractMapCacheLevel
LRU cache.
- Author:
- Florian Müller
- See Also:
- Serialized Form
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 |
MAX_ENTRIES
public static final String MAX_ENTRIES
- See Also:
- Constant Field Values
LruCacheLevelImpl
public LruCacheLevelImpl()
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.