|
using Nop.Core.Domain.Media;
|
|
using Nop.Services.Caching;
|
|
|
|
namespace Nop.Services.Media.Caching;
|
|
|
|
/// <summary>
|
|
/// Represents a picture binary cache event consumer
|
|
/// </summary>
|
|
public partial class PictureBinaryCacheEventConsumer : CacheEventConsumer<PictureBinary>
|
|
{
|
|
} |