1 instantiation of DiskBasedResponseCache
Microsoft.Extensions.AI.Evaluation.Reporting (1)
Storage\DiskBasedResponseCacheProvider.cs (1)
48new DiskBasedResponseCache(
4 references to DiskBasedResponseCache
Microsoft.Extensions.AI.Evaluation.Reporting (4)
JsonSerialization\JsonUtilities.cs (1)
9using static Microsoft.Extensions.AI.Evaluation.Reporting.Storage.DiskBasedResponseCache;
Storage\DiskBasedResponseCacheProvider.cs (3)
47var cache = 61DiskBasedResponseCache.ResetStorage(storageRootPath); 68=> DiskBasedResponseCache.DeleteExpiredEntriesAsync(storageRootPath, _provideDateTime, cancellationToken);