Try your search with a different keyword or use * as a wildcard.
MsSqlServerCacheManager.cs
using System.Data;
using Microsoft.Data.SqlClient;
using Microsoft.Extensions.Caching.Distributed;
using Nop.Core.Caching;
using Nop.Core.Configuration;
using Nop.Core.Infrastructure;
namespace Nop.Services.Caching;
///
/// Represents a MsSql server distributed cache
///
public partial class MsSqlServerCacheManager : DistributedCacheManager
{
#region Fields
protected readonly DistributedCacheConfig _distributedCacheConfig;
#endregion
#region Ctor
public MsSqlServerCacheManager(AppSettings appSettings,
IDistributedCache distributedCache,
ICacheKeyManager cacheKeyManager,
IConcurrentCollection