using Nop.Core.Domain.Polls; using Nop.Services.Caching; namespace Nop.Services.Polls.Caching; /// /// Represents a poll cache event consumer /// public partial class PollCacheEventConsumer : CacheEventConsumer { }