net.esper.client
Class ConfigurationDBRef.LRUCacheDesc
java.lang.Object
net.esper.client.ConfigurationDBRef.LRUCacheDesc
- All Implemented Interfaces:
- ConfigurationDBRef.DataCacheDesc
- Enclosing class:
- ConfigurationDBRef
public static class ConfigurationDBRef.LRUCacheDesc
- extends Object
- implements ConfigurationDBRef.DataCacheDesc
LRU cache settings.
ConfigurationDBRef.LRUCacheDesc
public ConfigurationDBRef.LRUCacheDesc(int size)
- Ctor.
- Parameters:
size
- is the maximum cache size
getSize
public int getSize()
- Returns the maximum cache size.
- Returns:
- max cache size
toString
public String toString()
- Overrides:
toString
in class Object