using Nop.Core.Domain.Shipping; using Nop.Services.Caching; namespace Nop.Services.Shipping.Caching; /// /// Represents a shipment cache event consumer /// public partial class ShipmentCacheEventConsumer : CacheEventConsumer { }