Nop.Core_4.7/Libraries/Nop.Services/Logging/Caching/LogCacheEventConsumer.cs

11 lines
247 B
C#

using Nop.Core.Domain.Logging;
using Nop.Services.Caching;
namespace Nop.Services.Logging.Caching;
/// <summary>
/// Represents a log cache event consumer
/// </summary>
public partial class LogCacheEventConsumer : CacheEventConsumer<Log>
{
}