net.esper.client
Class ConfigurationDBRef.LRUCacheDesc

java.lang.Object
  extended by net.esper.client.ConfigurationDBRef.LRUCacheDesc
All Implemented Interfaces:
ConfigurationDBRef.DataCacheDesc
Enclosing class:
ConfigurationDBRef

public class ConfigurationDBRef.LRUCacheDesc
extends Object
implements ConfigurationDBRef.DataCacheDesc

LRU cache settings.


Constructor Summary
ConfigurationDBRef.LRUCacheDesc(int size)
          Ctor.
 
Method Summary
 int getSize()
          Returns the maximum cache size.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationDBRef.LRUCacheDesc

public ConfigurationDBRef.LRUCacheDesc(int size)
Ctor.

Parameters:
size - is the maximum cache size
Method Detail

getSize

public int getSize()
Returns the maximum cache size.

Returns:
max cache size

toString

public String toString()
Overrides:
toString in class Object