Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Domain.Affiliates;
using Nop.Services.Caching;
namespace Nop.Services.Affiliates.Caching;
/// <summary>
/// Represents an affiliate cache event consumer
/// </summary>
public partial class AffiliateCacheEventConsumer : CacheEventConsumer<Affiliate>;