1 instantiation of SqlServerCache
Microsoft.Extensions.Caching.Hybrid.Tests (1)
ServiceConstructionTests.cs (1)
247(sp, key) => new SqlServerCache(new SqlServerCacheOptions
6 references to SqlServerCache
Microsoft.Extensions.Caching.Hybrid.Tests (3)
ServiceConstructionTests.cs (3)
246services.AddKeyedSingleton<IDistributedCache, SqlServerCache>("SqlServer", 263var hybridWithSqlServerBackend = Assert.IsType<SqlServerCache>(hybridWithSqlServer.BackendCache);
Microsoft.Extensions.Caching.SqlServer (3)
SqlServerCache.cs (1)
33/// Initializes a new instance of <see cref="SqlServerCache"/>.
SqlServerCacheOptions.cs (1)
11/// Represents configuration options for <see cref="SqlServerCache"/>.
SqlServerCachingServicesExtensions.cs (1)
37services.Add(ServiceDescriptor.Singleton<IDistributedCache, SqlServerCache>());