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)
143
async () => await provider.
GetCacheAsync
(segment, "iteration"));
153
async () => await provider.
GetCacheAsync
("scenario", segment));
161
IDistributedCache cache = await provider.
GetCacheAsync
("scenario", "iteration");