See Also: ResponseCache Members
Caches URLConnection responses.
The system's default cache can be set using ResponseCache.Default. If URLConnection.UseCaches returns true, URLConnection will use the default response cache, if one has been set.
Although URLConnection will always call ResponseCache.Put(URI, Java.Net.URLConnection), the specific ResponseCache implementation gets to decide what will actually be cached, and for how long.