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

java.lang.Object
  extended by org.apache.chemistry.opencmis.client.bindings.cache.impl.AbstractMapCacheLevel
      extended by org.apache.chemistry.opencmis.client.bindings.cache.impl.LruCacheLevelImpl
All Implemented Interfaces:
java.io.Serializable, CacheLevel

public class LruCacheLevelImpl
extends AbstractMapCacheLevel

LRU cache.

Author:
Florian Müller
See Also:
Serialized Form

Field Summary
static java.lang.String MAX_ENTRIES
           
 
Constructor Summary
LruCacheLevelImpl()
           
 
Method Summary
 void initialize(java.util.Map<java.lang.String,java.lang.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

MAX_ENTRIES

public static final java.lang.String MAX_ENTRIES
See Also:
Constant Field Values
Constructor Detail

LruCacheLevelImpl

public LruCacheLevelImpl()
Method Detail

initialize

public void initialize(java.util.Map<java.lang.String,java.lang.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.