4 references to Keys
Microsoft.Extensions.AI.Tests (4)
ChatCompletion\DistributedCachingChatClientTest.cs (2)
710
Assert.Empty(_storage.
Keys
);
715
Assert.Single(_storage.
Keys
);
Embeddings\DistributedCachingEmbeddingGeneratorTest.cs (2)
333
Assert.Empty(_storage.
Keys
);
338
Assert.Single(_storage.
Keys
);