Try your search with a different keyword or use * as a wildcard.
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
{
}