Return-Path: X-Original-To: apmail-commons-user-archive@www.apache.org Delivered-To: apmail-commons-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9909106FD for ; Thu, 26 Sep 2013 06:35:45 +0000 (UTC) Received: (qmail 85491 invoked by uid 500); 26 Sep 2013 06:35:18 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 85388 invoked by uid 500); 26 Sep 2013 06:35:09 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 85380 invoked by uid 99); 26 Sep 2013 06:35:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Sep 2013 06:35:04 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [62.13.149.56] (HELO outmail149056.authsmtp.com) (62.13.149.56) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Sep 2013 06:34:56 +0000 Received: from mail-c235.authsmtp.com (mail-c235.authsmtp.com [62.13.128.235]) by punt10.authsmtp.com (8.14.2/8.14.2) with ESMTP id r8Q6YZ6C015473 for ; Thu, 26 Sep 2013 07:34:35 +0100 (BST) Received: from parzival-wlan.home.lan (erft-4dbe9967.pool.mediaWays.net [77.190.153.103]) (authenticated bits=0) by mail.authsmtp.com (8.14.2/8.14.2/) with ESMTP id r8Q6YRQ6016654 for ; Thu, 26 Sep 2013 07:34:28 +0100 (BST) Message-ID: <5243D572.4060803@apache.org> Date: Thu, 26 Sep 2013 08:34:26 +0200 From: Thomas Vandahl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Commons Users List Subject: Re: [jcs] Re: JCS disk only and expiration config question References: <5241E7A0.20306@verizon.net> <5242914D.5010604@apache.org> <52431C70.1000204@verizon.net> In-Reply-To: <52431C70.1000204@verizon.net> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Server-Quench: b1960a8e-2675-11e3-b802-002590a15da7 X-AuthReport-Spam: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-AuthRoute: OCdyaAgQClZJUiwT EioPDCIGTh8qMABX DAUrJgxfJV0PTkJY Kk9RLlcVN0cTUwsH HAVeG0tWUFxySWNy YQlVZwdVLE1JQQRj UFZIR1FMFQVrHh4E BBsBUlcwf2RAERwR Y0ZjWHZeWAp7dUV9 DBxVHGsGNG81dWIZ V0VFdgIBcx4Ydh9H d1B/VnYEYTQGYy4x QBkJMmJ5DjdUMxEd eAxfZXA5eg4HHyU/ DxcEGSRnFEsJDygj Nx08I0IdG0BZOUI0 P1ouEUsFPgQOCwpY dwAA X-Authentic-SMTP: 61633138303539.1023:706 X-AuthFastPath: 0 (Was 255) X-AuthSMTP-Origin: 77.190.153.103/2525 X-AuthVirus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Virus-Checked: Checked by ClamAV on apache.org On 25.09.13 19:25, JavaWebDev wrote: > There doesn't seem to be a a DiskShrinker like there is a memory > shrinker so it looks like the objects stored on disk will only be > removed passively when retrieved and identified as expired? I'll look > into the Recycle bin more. See the method IndexedDiskCache.optimizeFile(). This will be called if OptimizeAtRemoveCount > 0 and removeCount > OptimizeAtRemoveCount. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org