Mango.Nop.Libraries/Nop.Services/Common/Caching/SearchTermCacheEventConsume...

11 lines
267 B
C#

using Nop.Core.Domain.Common;
using Nop.Services.Caching;
namespace Nop.Services.Common.Caching;
/// <summary>
/// Represents a search term cache event consumer
/// </summary>
public partial class SearchTermCacheEventConsumer : CacheEventConsumer<SearchTerm>
{
}