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?
>
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/