com.ibm.commerce.order.calculation

Class CodeMemberGroupRelationshipCache



  • public class CodeMemberGroupRelationshipCache
    extends Cache
    This class caches related member group IDs by calculation code ID. This class essentially caches the CALCODEMGP 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

      • CodeMemberGroupRelationshipCache

        public CodeMemberGroupRelationshipCache()
        Constructor for CodeMemberGroupRelationshipCache.
      • CodeMemberGroupRelationshipCache

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