Try your search with a different keyword or use * as a wildcard.
using Nop.Core.Domain.Shipping;
using Nop.Services.Caching;
namespace Nop.Services.Shipping.Caching;
///
/// Represents a shipping method-country mapping cache event consumer
///
public partial class ShippingMethodCountryMappingCacheEventConsumer : CacheEventConsumer
{
}