Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Domain.Forums;
using Nop.Services.Caching;
namespace Nop.Services.Forums.Caching;
/// <summary>
/// Represents a forum post vote cache event consumer
/// </summary>
public partial class ForumPostVoteCacheEventConsumer : CacheEventConsumer<ForumPostVote>;