com.ibm.commerce.order.calculation

Class CodeDescriptionCache



  • public class CodeDescriptionCache
    extends Cache
    This class caches calculation codes descriptions by calculation code ID. This class essentially caches the CALCODEDSC table, with
    CALCODE_ID
    as the index.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The IBM copyright notice field..
        See Also:
        Constant Field Values
    • Constructor Detail

      • CodeDescriptionCache

        public CodeDescriptionCache()
        Constructor for CodeDescriptionCache.
      • CodeDescriptionCache

        public CodeDescriptionCache(int anMaxSize)
        Constructor for CodeDescriptionCache.
        Parameters:
        anMaxSize - the maximum size of the cache.