Expresso 5-5-0

com.jcorporate.expresso.core.misc
Class ConfigCacheManager

java.lang.Object
  extended bycom.jcorporate.expresso.core.misc.ConfigCacheManager

public class ConfigCacheManager
extends Object

Bean to assist the reading of expresso-config.xml and works with the Digester.


Constructor Summary
ConfigCacheManager()
           
 
Method Summary
 String getMaxRetries()
           
 String getMinMemoryPercentage()
           
 void setMaxRetries(String newMax)
           
 void setMinMemoryPercentage(String newPerc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigCacheManager

public ConfigCacheManager()
Method Detail

setMinMemoryPercentage

public void setMinMemoryPercentage(String newPerc)

setMaxRetries

public void setMaxRetries(String newMax)

getMinMemoryPercentage

public String getMinMemoryPercentage()

getMaxRetries

public String getMaxRetries()

Expresso 5-5-0

Please see www.jcorporate.com for information about new Expresso releases.