com.ibm.commerce.fulfillment.commands

Class ShippingArrangementCache



  • public class ShippingArrangementCache
    extends Cache
    This MRU cache caches ShippingArrangementWrappers by storeId and shippingModeId.
    • Field Detail

      • COPYRIGHT

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

      • ShippingArrangementCache

        public ShippingArrangementCache()
        Constructs a ShippingArrangementCache with the default cache size.
      • ShippingArrangementCache

        public ShippingArrangementCache(int anCacheSize)
        Constructs a ShippingArrangementCache with the specified cache size.
        Parameters:
        anCacheSize - the cache size.
    • Method Detail