com.ibm.commerce.order.calculation

Class IndirectAttachmentCache



  • public class IndirectAttachmentCache
    extends Cache
    Caches tables CATENCALCD and CATGPCALCD.
    • Field Detail

      • COPYRIGHT

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

      • IndirectAttachmentCache

        public IndirectAttachmentCache()
        Constructor.
      • IndirectAttachmentCache

        public IndirectAttachmentCache(int anMaxSize)
        Constructor.
        Parameters:
        anMaxSize - The maximum cache size.
    • Method Detail

      • get

        public java.lang.Object get(java.lang.Object aKey)
                             throws ECException
        Returns the value which the key is mapped to.
        Overrides:
        get in class Cache
        Parameters:
        aKey - the key.
        Returns:
        the value.
        Throws:
        ECException
      • clear

        public void clear()
        Clears the cache.
        Overrides:
        clear in class Cache