Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 2818 invoked from network); 5 Apr 2007 13:36:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2007 13:36:52 -0000 Received: (qmail 55805 invoked by uid 500); 5 Apr 2007 13:36:59 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 55740 invoked by uid 500); 5 Apr 2007 13:36:58 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 55729 invoked by uid 99); 5 Apr 2007 13:36:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 06:36:58 -0700 X-ASF-Spam-Status: No, hits=-98.6 required=10.0 tests=ALL_TRUSTED,INFO_TLD,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 06:36:51 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 053C31A9844; Thu, 5 Apr 2007 06:36:31 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r525827 - /cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/changes/changes.xml Date: Thu, 05 Apr 2007 13:36:30 -0000 To: cvs@cocoon.apache.org From: reinhard@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070405133631.053C31A9844@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reinhard Date: Thu Apr 5 06:36:30 2007 New Revision: 525827 URL: http://svn.apache.org/viewvc?view=rev&rev=525827 Log: clarifications (don't change behaviour without a vote) Modified: cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/changes/changes.xml Modified: cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/changes/changes.xml URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/changes/changes.xml?view=diff&rev=525827&r1=525826&r2=525827 ============================================================================== --- cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/changes/changes.xml (original) +++ cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/changes/changes.xml Thu Apr 5 06:36:30 2007 @@ -30,12 +30,15 @@ MRUMemoryStore registers at StoreJanitor only in that case, if StoreJanitor - is set as dependency. Assuming that in many cases the MRUMemoryStore is - used for often requested resources like compiled XSLTTemplates or i18n resource bundles, - it doesn't make sense to remove them as most probably they will be added - within one of the next requests hiting Cocoon. Find more information + is set as dependency. By default it is set. + + Expose all configuration properties that EHCache provides via setter methods. Using them, EHDefaultStore can be completly configured in the Spring bean @@ -45,14 +48,7 @@ bootstrapCacheLoader, maxElementsOnDisk. See the 1.2.4 constructor at http://ehcache.sourceforge.net/javadoc/net/sf/ehcache/Cache.html for details. - - - EHDefaultStore doesn't register at StoreJanitor anymore. The usage of - StoreJanitor to remove elements from EHDefaultStore was contra-productive, - because EHCache provides its own invalidation mechanisms which are more - sophisticated than the removal of random items. Find more information - at http://marc.info/?t=117563247800004&r=1&w=2. - + Make the maximum number of disk objects configureable. The default value is 50000.