ReportingConfiguration.ResponseCacheProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IResponseCacheProvider that should be used to cache AI responses.
public:
property Microsoft::Extensions::AI::Evaluation::Reporting::IResponseCacheProvider ^ ResponseCacheProvider { Microsoft::Extensions::AI::Evaluation::Reporting::IResponseCacheProvider ^ get(); };
public Microsoft.Extensions.AI.Evaluation.Reporting.IResponseCacheProvider? ResponseCacheProvider { get; }
member this.ResponseCacheProvider : Microsoft.Extensions.AI.Evaluation.Reporting.IResponseCacheProvider
Public ReadOnly Property ResponseCacheProvider As IResponseCacheProvider