Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

ForumTopicCacheEventConsumer.cs

using Nop.Core.Domain.Forums;
using Nop.Services.Caching;

namespace Nop.Services.Forums.Caching;

/// 
/// Represents a forum topic cache event consumer
/// 
public partial class ForumTopicCacheEventConsumer : CacheEventConsumer
{
}