7 references to AzureStorageResponseCache
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (7)
JsonSerialization\AzureStorageSerializerContext.cs (1)
6
using static Microsoft.Extensions.AI.Evaluation.Reporting.Storage.
AzureStorageResponseCache
;
Storage\AzureStorageResponseCache.cs (2)
37
/// The <see cref="ScenarioRun.ScenarioName"/> for the returned <see cref="
AzureStorageResponseCache
"/> instance.
40
/// The <see cref="ScenarioRun.IterationName"/> for the returned <see cref="
AzureStorageResponseCache
"/> instance.
Storage\AzureStorageResponseCacheProvider.cs (4)
18
/// An <see cref="IResponseCacheProvider"/> that returns a <see cref="
AzureStorageResponseCache
"/>.
52
var
cache =
65
=>
AzureStorageResponseCache
.ResetStorageAsync(client, cancellationToken);
69
=>
AzureStorageResponseCache
.DeleteExpiredEntriesAsync(client, _provideDateTime, cancellationToken);