Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 77474 invoked from network); 20 Aug 2010 16:38:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Aug 2010 16:38:42 -0000 Received: (qmail 53223 invoked by uid 500); 20 Aug 2010 16:38:42 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 53172 invoked by uid 500); 20 Aug 2010 16:38:41 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 53164 invoked by uid 99); 20 Aug 2010 16:38:41 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 16:38:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 16:38:39 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7KGcINO029051 for ; Fri, 20 Aug 2010 16:38:18 GMT Message-ID: <779589.471881282322297994.JavaMail.jira@thor> Date: Fri, 20 Aug 2010 12:38:17 -0400 (EDT) From: "Mohammed Azeem Uddin (JIRA)" To: dev@hc.apache.org Subject: [jira] Updated: (HTTPCLIENT-977) provide a memcached implementation for HttpCache In-Reply-To: <15276741.280461281547696582.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mohammed Azeem Uddin updated HTTPCLIENT-977: -------------------------------------------- Attachment: MemcachedHttpCacheStorage.patch -This patch adds the package org.apache.http.impl.client.cache.memcached, and tests for this class. - The package contains a single class, MemcachedHttpCacheStorage, which is a HttpCache implementation built around Memcached. -It uses Memcached client version 2.5 for JAVA. The pom.xml was also updated to incorporate this. -The patch implements HttpCacheOperationException. This patch is submitted by the permission of my employer. Thank you, Mohammed Azeem > provide a memcached implementation for HttpCache > ------------------------------------------------ > > Key: HTTPCLIENT-977 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-977 > Project: HttpComponents HttpClient > Issue Type: New Feature > Components: Cache > Reporter: Jonathan Moore > Fix For: 4.1 Alpha3 > > Attachments: MemcachedHttpCacheStorage.patch > > > The feature here would be an implementation of the HttpCache interface that stored cache entries in memcached. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org