7 references to UseDistributedCache
Microsoft.Extensions.AI.Integration.Tests (3)
ChatClientIntegrationTests.cs (3)
736
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
776
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
818
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
Microsoft.Extensions.AI.OpenAI.Tests (4)
OpenAIAssistantChatClientTests.cs (1)
63
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
OpenAIChatClientTests.cs (2)
68
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
93
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))
OpenAIResponseClientTests.cs (1)
62
.
UseDistributedCache
(new MemoryDistributedCache(Options.Options.Create(new MemoryDistributedCacheOptions())))