Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 2.12
-
None
Description
public abstract class BaseDescription implements ICacheDescription { ... public int getMaxLRUCount() ... String x = null; // JSKW.getProperty("cache."+objectClassName+".lrusize"); if (x == null) ...
Change this condition so that it does not always evaluate to "true"