The document discusses HTTP caching in Android. It describes the different HTTP client libraries available in Android - java.net, Apache HttpClient, and android.webkit. It focuses on caching with Apache HttpClient and describes the Apache HttpClient Cache module, which implements HTTP 1.1 caching. Test results show that using the CachingHttpClient can improve performance over the DefaultHttpClient by caching HTTP responses.