Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Domain.Polls;
using Nop.Services.Caching;
namespace Nop.Services.Polls.Caching;
/// <summary>
/// Represents a poll answer cache event consumer
/// </summary>
public partial class PollAnswerCacheEventConsumer : CacheEventConsumer<PollAnswer>;