replaced http client cache with longer lived cache

This commit is contained in:
Luke Pulverenti
2013-05-06 15:31:57 -04:00
parent 72b98c2884
commit c568f352eb
15 changed files with 222 additions and 71 deletions

View File

@@ -43,5 +43,11 @@ namespace MediaBrowser.Common.Net
/// </summary>
/// <value>The progress.</value>
public IProgress<double> Progress { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [enable response caching].
/// </summary>
/// <value><c>true</c> if [enable response caching]; otherwise, <c>false</c>.</value>
public bool EnableResponseCache { get; set; }
}
}