RE: File based HTTP cache implementation is feature complete

2010-08-13 Thread Oleg Kalnichevski
On Fri, 2010-08-13 at 11:28 -0400, Moore, Jonathan wrote: > Hi Oleg, > > I took a quick look, and see where you are going with this. My only > suggestion here is that I'm not sure that an HttpCache and a > ResourceFactory should both be constructors to the CachingHttpClient; > this feels to me lik

[jira] Updated: (HTTPCLIENT-978) provide an ehcache implementation for HttpCache

2010-08-13 Thread Michajlo Matijkiw (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michajlo Matijkiw updated HTTPCLIENT-978: - Attachment: httpclient-cache_ehcache-patch2.patch Sorry about that, I have at

RE: File based HTTP cache implementation is feature complete

2010-08-13 Thread Moore, Jonathan
Hi Oleg, I took a quick look, and see where you are going with this. My only suggestion here is that I'm not sure that an HttpCache and a ResourceFactory should both be constructors to the CachingHttpClient; this feels to me like the CachingHttpClient is getting a little too deep into the details