From c568f352eb4ff006777a22b805dd68594ca89775 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 6 May 2013 15:31:57 -0400 Subject: replaced http client cache with longer lived cache --- MediaBrowser.Common/Net/HttpRequestOptions.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Common/Net/HttpRequestOptions.cs') diff --git a/MediaBrowser.Common/Net/HttpRequestOptions.cs b/MediaBrowser.Common/Net/HttpRequestOptions.cs index 77cb8b3df..f257b1975 100644 --- a/MediaBrowser.Common/Net/HttpRequestOptions.cs +++ b/MediaBrowser.Common/Net/HttpRequestOptions.cs @@ -43,5 +43,11 @@ namespace MediaBrowser.Common.Net /// /// The progress. public IProgress Progress { get; set; } + + /// + /// Gets or sets a value indicating whether [enable response caching]. + /// + /// true if [enable response caching]; otherwise, false. + public bool EnableResponseCache { get; set; } } } -- cgit v1.2.3