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