com.ibm.commerce.order.calculation

Class CodeCache



  • public class CodeCache
    extends Cache
    This class caches calculation codes by calculation code ID. This class essentially caches the CALCODE table, with
    CALCODE_ID
    as the index.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CodeCache()
      Constructor for CodeCache.
      CodeCache(int anMaxSize)
      Constructor for CodeCache.
    • Field Detail

      • COPYRIGHT

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

      • CodeCache

        public CodeCache()
        Constructor for CodeCache.
      • CodeCache

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