com.espertech.esper.client
Class ConfigurationLRUCache

java.lang.Object
  extended by com.espertech.esper.client.ConfigurationLRUCache
All Implemented Interfaces:
ConfigurationDataCache, java.io.Serializable

public class ConfigurationLRUCache
extends java.lang.Object
implements ConfigurationDataCache, java.io.Serializable

LRU cache settings.

See Also:
Serialized Form

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

Constructor Detail

ConfigurationLRUCache

public ConfigurationLRUCache(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 java.lang.String toString()
Overrides:
toString in class java.lang.Object

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com