I want to enable HttpCaching for my Android app, so I'm looking for a library project to depend upon. CachingHttpClient looks nice, but uses Apache HttpClient 4.1 and Android only includes 4.0
So, are there any other good http-cache projects for java that are usable on Android?