21 references to MemoryDistributedCache
Microsoft.Extensions.AI.Integration.Tests (6)
ChatClientIntegrationTests.cs (5)
654
new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())));
679
new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())));
727
.UseDistributedCache(new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())))
767
.UseDistributedCache(new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())))
809
.UseDistributedCache(new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())))
EmbeddingGeneratorIntegrationTests.cs (1)
88
.UseDistributedCache(new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())))
Microsoft.Extensions.AI.OpenAI.Tests (7)
OpenAIAssistantChatClientTests.cs (1)
63
.UseDistributedCache(new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())))
OpenAIChatClientTests.cs (2)
69
.UseDistributedCache(new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())))
94
.UseDistributedCache(new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())))
OpenAIEmbeddingGeneratorTests.cs (2)
62
.UseDistributedCache(new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())))
85
.UseDistributedCache(new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())))
OpenAIRequestPoliciesTests.cs (1)
79
.UseDistributedCache(new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())))
OpenAIResponseClientTests.cs (1)
63
.UseDistributedCache(new
MemoryDistributedCache
(Options.Options.Create(new MemoryDistributedCacheOptions())))
Microsoft.Extensions.Caching.Hybrid.Tests (8)
BufferReleaseTests.cs (1)
88
:
base
(options)
ExpirationTests.cs (1)
23
var l2 = new LoggingCache(log, new
MemoryDistributedCache
(Options.Create(new MemoryDistributedCacheOptions { Clock = clock })));
L2Tests.cs (1)
39
var localCache = new
MemoryDistributedCache
(localCacheOptions);
LocalInvalidationTests.cs (1)
59
MemoryDistributedCache mdc =
new
(Options.Create(options));
PayloadTests.cs (2)
278
var localCache = new
MemoryDistributedCache
(Options.Create(new MemoryDistributedCacheOptions()));
305
var localCache = new
MemoryDistributedCache
(Options.Create(new MemoryDistributedCacheOptions()));
ServiceConstructionTests.cs (2)
638
:
base
(options)
651
:
base
(options)