Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Domain.Messages;
using Nop.Services.Caching;
namespace Nop.Services.Messages.Caching;
/// <summary>
/// Represents an email account cache event consumer
/// </summary>
public partial class EmailAccountCacheEventConsumer : CacheEventConsumer<EmailAccount>;