Implemented interface member:
method
GetCacheAsync
Microsoft.Extensions.AI.Evaluation.Reporting.IEvaluationResponseCacheProvider.GetCacheAsync(System.String, System.String, System.Threading.CancellationToken)
3 references to GetCacheAsync
Microsoft.Extensions.AI.Evaluation.Reporting.Tests (3)
AzureStorage\AzureStoragePathValidationTests.cs (3)
143async () => await provider.GetCacheAsync(segment, "iteration")); 153async () => await provider.GetCacheAsync("scenario", segment)); 161IDistributedCache cache = await provider.GetCacheAsync("scenario", "iteration");