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;
/// <summary>
/// Represents a schedule task cache event consumer
/// </summary>
public partial class ScheduleTaskCacheEventConsumer : CacheEventConsumer<ScheduleTask>;