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