2 instantiations of TestInMemoryCacheStorage
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\DistributedCachingChatClientTest.cs (1)
18
private readonly TestInMemoryCacheStorage _storage =
new
();
Embeddings\DistributedCachingEmbeddingGeneratorTest.cs (1)
16
private readonly TestInMemoryCacheStorage _storage =
new
();
2 references to TestInMemoryCacheStorage
Microsoft.Extensions.AI.Tests (2)
ChatCompletion\DistributedCachingChatClientTest.cs (1)
18
private readonly
TestInMemoryCacheStorage
_storage = new();
Embeddings\DistributedCachingEmbeddingGeneratorTest.cs (1)
16
private readonly
TestInMemoryCacheStorage
_storage = new();