Re: svn commit: r985733

2010-08-16 Thread Oleg Kalnichevski
On Mon, 2010-08-16 at 10:58 +0100, sebb wrote: > On 15 August 2010 19:51, wrote: > > Author: olegk > > Date: Sun Aug 15 18:51:32 2010 > > New Revision: 985733 ... > > +public class EhcacheHttpCache implements HttpCache { > > + > > +private Ehcache cache; > > + > > Could this be final? >

Re: svn commit: r985733 - in /httpcomponents/httpclient/trunk: ./ httpclient-cache/ httpclient-cache/src/main/java/org/apache/http/impl/client/cache/ehcache/ httpclient-cache/src/test/java/org/apache/

2010-08-16 Thread sebb
On 15 August 2010 19:51, wrote: > Author: olegk > Date: Sun Aug 15 18:51:32 2010 > New Revision: 985733 > > URL: http://svn.apache.org/viewvc?rev=985733&view=rev > Log: > HTTPCLIENT-978: ehcache based HTTP cache implementation > Contributed by Michajlo Matijkiw > > Added: >     > httpcomponents/