Skip to content

Instantly share code, notes, and snippets.

@decriptor
Created June 21, 2013 17:21
Show Gist options
  • Save decriptor/5832788 to your computer and use it in GitHub Desktop.
Save decriptor/5832788 to your computer and use it in GitHub Desktop.
namespace SquareUp.OkHttp
{
public partial class HttpResponseCache : global::Java.Net.ResponseCache
{
public override global::Java.Net.CacheResponse Get (global::Java.Net.URI uri, string requestMethod, global::System.Collections.Generic.IDictionary<string, global::System.Collections.Generic.IList<string>> requestHeaders)
{
return SquareUp.OkHttp.HttpResponseCache._Get(uri, requestMethod, requestHeaders);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment