using Nop.Core.Domain.Forums; using Nop.Services.Caching; namespace Nop.Services.Forums.Caching; /// /// Represents a forum subscription cache event consumer /// public partial class ForumSubscriptionCacheEventConsumer : CacheEventConsumer { }