com.ibm.commerce.order.calculation
Class CodeDescriptionCache
- java.lang.Object
-
- com.ibm.commerce.order.calculation.Cache
-
- com.ibm.commerce.order.calculation.CodeDescriptionCache
-
public class CodeDescriptionCache extends Cache
This class caches calculation codes descriptions by calculation code ID. This class essentially caches the CALCODEDSC 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 CodeDescriptionCache()
Constructor for CodeDescriptionCache.CodeDescriptionCache(int anMaxSize)
Constructor for CodeDescriptionCache.
-
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
-
-