Try your search with a different keyword or use * as a wildcard.
MemoryDistributedCacheManager.cs
using Microsoft.Extensions.Caching.Distributed;
using Nop.Core.Caching;
using Nop.Core.Configuration;
using Nop.Core.Infrastructure;
namespace Nop.Services.Caching;
public partial class MemoryDistributedCacheManager : DistributedCacheManager
{
#region Ctor
public MemoryDistributedCacheManager(AppSettings appSettings,
IDistributedCache distributedCache,
ICacheKeyManager cacheKeyManager,
IConcurrentCollection