From 7ea8ff299e35a0c9dbc64c05c4ad6592fddff114 Mon Sep 17 00:00:00 2001 From: Etienne Jouvin Date: Thu, 20 Aug 2026 10:50:17 +0200 Subject: [PATCH] Add eternal configuration for NODEAUDIT cache results. See issue #8757. No configuration set on CENTRAL and POM as it was mentionned it is expected behaviour. --- core/src/main/resources/dependencycheck-cache.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/main/resources/dependencycheck-cache.properties b/core/src/main/resources/dependencycheck-cache.properties index 30ae65bd314..b04bdc0610b 100644 --- a/core/src/main/resources/dependencycheck-cache.properties +++ b/core/src/main/resources/dependencycheck-cache.properties @@ -47,6 +47,7 @@ jcs.region.NODEAUDIT.cacheattributes=org.apache.commons.jcs3.engine.CompositeCac jcs.region.NODEAUDIT.elementattributes=org.apache.commons.jcs3.engine.ElementAttributes jcs.region.NODEAUDIT.cacheattributes.MaxObjects=0 jcs.region.NODEAUDIT.cacheattributes.DiskUsagePattern=UPDATE +jcs.region.NODEAUDIT.elementattributes.IsEternal=false #24 hour default cache life jcs.region.NODEAUDIT.elementattributes.MaxLife=86400 jcs.region.NODEAUDIT.elementattributes.IsSpool=true @@ -62,4 +63,4 @@ jcs.auxiliary.ODC.attributes.MaxKeySize=1000000 jcs.auxiliary.ODC.attributes.OptimizeAtRemoveCount=300000 jcs.auxiliary.ODC.attributes.ShutdownSpoolTimeLimit=60 jcs.auxiliary.ODC.attributes.EventQueueType=POOLED -jcs.auxiliary.ODC.attributes.EventQueuePoolName=disk_cache_event_queue \ No newline at end of file +jcs.auxiliary.ODC.attributes.EventQueuePoolName=disk_cache_event_queue