com.ibm.commerce.order.calculation
Class RangeCache
- java.lang.Object
-
- com.ibm.commerce.order.calculation.Cache
-
- com.ibm.commerce.order.calculation.RangeCache
-
public class RangeCache extends Cache
Caches the CALRANGE table.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
The IBM copyright notice field.-
Fields inherited from class com.ibm.commerce.order.calculation.Cache
DEFAULT_MAX_SIZE
-
-
Constructor Summary
Constructors Constructor and Description RangeCache()
Constructor.RangeCache(int anCacheSize)
Constructor.
-
Method Summary
-
Methods inherited from class com.ibm.commerce.order.calculation.Cache
clear, get, getDefaultMaxSize, getMaxSize, remove, setMaxSize, setSize, toString
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
The IBM copyright notice field.- See Also:
- Constant Field Values
-
-