Re: [xwiki-devs] [xwiki-notifications] r24360 - platform/core/trunk/xwiki-cache/xwiki-cache-jbosscache/src/main/java/org/xwiki/cache/jbosscache/internal
On 10/12/2009 03:48 PM, tmortagne (SVN) wrote:
Author: tmortagne Date: 2009-10-12 15:48:22 +0200 (Mon, 12 Oct 2009) New Revision: 24360
Modified: platform/core/trunk/xwiki-cache/xwiki-cache-jbosscache/src/main/java/org/xwiki/cache/jbosscache/internal/JBossCacheCacheConfiguration.java Log: XWIKI-4452: Upgrade to last JbossCache 3.x version * fix maximum time to live new handling in LRU (used to be 0 for infinite, it's now -1)
Isn't there a constant that can be used instead of a direct number? -- Sergiu Dumitriu http://purl.org/net/sergiu/
On Wed, Oct 14, 2009 at 21:12, Sergiu Dumitriu <[email protected]> wrote:
On 10/12/2009 03:48 PM, tmortagne (SVN) wrote:
Author: tmortagne Date: 2009-10-12 15:48:22 +0200 (Mon, 12 Oct 2009) New Revision: 24360
Modified: platform/core/trunk/xwiki-cache/xwiki-cache-jbosscache/src/main/java/org/xwiki/cache/jbosscache/internal/JBossCacheCacheConfiguration.java Log: XWIKI-4452: Upgrade to last JbossCache 3.x version * fix maximum time to live new handling in LRU (used to be 0 for infinite, it's now -1)
Isn't there a constant that can be used instead of a direct number?
Actually i never explicitly use -1, the default value changed and is now also set... by default in the LRUAlgorithmConfig (previouly you had to set a value or it did not worked).
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (2)
-
Sergiu Dumitriu -
Thomas Mortagne