using Nop.Core.Domain.Messages; using Nop.Services.Caching; namespace Nop.Services.Messages.Caching; /// /// Represents a campaign cache event consumer /// public partial class CampaignCacheEventConsumer : CacheEventConsumer { }