Base class for implementation of TestCache handlers for unit testing.
public class TestCacheDelegatingHandlerBase : DelegatingHandler, IDisposable
public TestCacheDelegatingHandlerBase(string responseFilesPath)
public string ResponseFilesPath { get; }
public static string GetFileExtensionString(HttpRequestMessage request)
public static string GetResponseMediaTypeString(string filePath)