com.ibm.commerce.order.calculation
Class CodeCache
- java.lang.Object
-
- com.ibm.commerce.order.calculation.Cache
-
- com.ibm.commerce.order.calculation.CodeCache
-
public class CodeCache extends Cache
This class caches calculation codes by calculation code ID. This class essentially caches the CALCODE table, withCALCODE_ID
as the index.
-
-
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 CodeCache()
Constructor for CodeCache.CodeCache(int anMaxSize)
Constructor for CodeCache.
-
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
-
-