Return-Path: Delivered-To: apmail-jakarta-jcs-dev-archive@www.apache.org Received: (qmail 7567 invoked from network); 7 Sep 2008 10:46:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Sep 2008 10:46:36 -0000 Received: (qmail 97836 invoked by uid 500); 7 Sep 2008 10:46:33 -0000 Delivered-To: apmail-jakarta-jcs-dev-archive@jakarta.apache.org Received: (qmail 97778 invoked by uid 500); 7 Sep 2008 10:46:33 -0000 Mailing-List: contact jcs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JCS Developers List" Delivered-To: mailing list jcs-dev@jakarta.apache.org Received: (qmail 97739 invoked by uid 99); 7 Sep 2008 10:46:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2008 03:46:33 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Sep 2008 10:45:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8B348234C1D1 for ; Sun, 7 Sep 2008 03:45:44 -0700 (PDT) Message-ID: <494863082.1220784344569.JavaMail.jira@brutus> Date: Sun, 7 Sep 2008 03:45:44 -0700 (PDT) From: "Maxim Gordienko (JIRA)" To: jcs-dev@jakarta.apache.org Subject: [jira] Updated: (JCS-50) 3 new memory caches In-Reply-To: <938496952.1220784104288.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JCS-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maxim Gordienko updated JCS-50: ------------------------------- Attachment: 0003-added-new-structure-PriorityList.patch added new structure - PriorityList this structure is used to maintain priority based collections (like LFU) > 3 new memory caches > ------------------- > > Key: JCS-50 > URL: https://issues.apache.org/jira/browse/JCS-50 > Project: JCS > Issue Type: Improvement > Components: Composite Cache > Affects Versions: jcs-1.4-dev > Environment: current jcs trunk > Reporter: Maxim Gordienko > Assignee: Aaron Smuts > Attachments: 0001-refactored-memory-cache-hierarchy.patch, 0002-improve-performance-or-MRU-list.patch, 0003-added-new-structure-PriorityList.patch, 0004-added-new-FIFO-memory-cache.patch, 0005-added-LFU-memory-cache.patch, 0006-added-Expiration-memory-cache.patch > > > This is a refactoring/reformat of patch introduced in JCS-43. > Patch is splitted in 6 parts > 1) refactoring memory caches to achieve higher code reuse > 2) refactoring MRU cache to use double linked list instead of LinkedList > 3) introduction of new PriorityList structure > 4-6) new caches FIFO, LFU, Expiration -- 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: jcs-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jcs-dev-help@jakarta.apache.org