microsoftgraph / msgraph-sdk-android

Microsoft Graph SDK for Android! https://graph.microsoft.io
Other
51 stars 43 forks source link

Expose method setUseCaches on IHttpRequest #49

Closed sbolotovms closed 7 years ago

sbolotovms commented 7 years ago

As stated in documentation: https://developer.android.com/reference/java/net/URLConnection.html#setUseCaches(boolean) You can set useCaches to true to allow URLConnection in Android to cache results. It would be great if you'd expose this method in IHttpRequest so that user won't have to do workaround setting and resetting defaultUseCaches value.

caitlinrussell commented 7 years ago

Thanks for the PR!