using Nop.Core.Domain.Tax; using Nop.Services.Caching; namespace Nop.Services.Tax.Caching; /// /// Represents a TAX category cache event consumer /// public partial class TaxCategoryCacheEventConsumer : CacheEventConsumer { }