8 references to UseDistributedCache
Microsoft.Extensions.AI.AzureAIInference.Tests (1)
AzureAIInferenceChatClientTests.cs (1)
77
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
Microsoft.Extensions.AI.Integration.Tests (3)
ChatClientIntegrationTests.cs (3)
566
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
606
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
648
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
Microsoft.Extensions.AI.Ollama.Tests (1)
OllamaChatClientTests.cs (1)
55
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
Microsoft.Extensions.AI.OpenAI.Tests (3)
OpenAIChatClientTests.cs (2)
74
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
99
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
OpenAIResponseClientTests.cs (1)
64
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))