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;
/// <summary>
/// Represents a shipment item cache event consumer
/// </summary>
public partial class ShipmentItemCacheEventConsumer : CacheEventConsumer<ShipmentItem>;