Try your search with a different keyword or use * as a wildcard.
using Microsoft.Extensions.Caching.Memory;
namespace Nop.Core.Caching;
///
/// Represents a local in-memory cache with distributed synchronization
///
public partial interface ISynchronizedMemoryCache : IMemoryCache
{
}