9 references to GetCacheAsync
Microsoft.Extensions.AI.Evaluation.Reporting (1)
ReportingConfiguration.cs (1)
183
await ResponseCacheProvider.
GetCacheAsync
(
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (8)
ResponseCacheTester.cs (8)
42
IDistributedCache cache = await provider.
GetCacheAsync
(nameof(AddUncachedEntry), iterationName);
63
IDistributedCache cache = await provider.
GetCacheAsync
(nameof(RemoveCachedEntry), iterationName);
90
IDistributedCache cache = await provider.
GetCacheAsync
(nameof(RemoveCachedEntry), iterationName);
111
IDistributedCache cache = await provider.
GetCacheAsync
(nameof(MultipleCacheInstances), "Async");
113
IDistributedCache cache2 = await provider.
GetCacheAsync
(nameof(MultipleCacheInstances), "Async");
138
IDistributedCache cache = await provider.
GetCacheAsync
(nameof(RemoveCachedEntry), iterationName);
153
cache = await provider.
GetCacheAsync
(nameof(RemoveCachedEntry), iterationName);
168
IDistributedCache cache = await provider.
GetCacheAsync
(nameof(RemoveCachedEntry), iterationName);