Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Domain.Media;
using Nop.Services.Caching;
namespace Nop.Services.Media.Caching;
///
/// Represents a download cache event consumer
///
public partial class DownloadCacheEventConsumer : CacheEventConsumer
{
}