From 1139da770b55080c66722baed2af3a635a438a14 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Thu, 30 Nov 2006 18:10:57 +0000 Subject: [PATCH] Adding cache definitions temporarily, until i can get plexus-maven-plugin:merge-descriptors working. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@481022 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/META-INF/plexus/application.xml | 98 +++++++++++++++++++ 1 file changed, 98 insertions(+) diff --git a/archiva-webapp/src/main/resources/META-INF/plexus/application.xml b/archiva-webapp/src/main/resources/META-INF/plexus/application.xml index 747fb5eca..5fa963b11 100644 --- a/archiva-webapp/src/main/resources/META-INF/plexus/application.xml +++ b/archiva-webapp/src/main/resources/META-INF/plexus/application.xml @@ -339,6 +339,104 @@ + + + + org.codehaus.plexus.ehcache.EhcacheComponent + operations + org.codehaus.plexus.ehcache.MemoryCache + MemoryCache for Operations + + false + 1000 + LRU + operationsCache + 1800 + 14400 + + + + + org.codehaus.plexus.ehcache.EhcacheComponent + permissions + org.codehaus.plexus.ehcache.MemoryCache + MemoryCache for Permissions + + false + 1000 + LRU + permissionsCache + 1800 + 14400 + + + + + org.codehaus.plexus.ehcache.EhcacheComponent + resources + org.codehaus.plexus.ehcache.MemoryCache + MemoryCache for Resources + + false + 1000 + LRU + resourcesCache + 1800 + 14400 + + + + + org.codehaus.plexus.ehcache.EhcacheComponent + roles + org.codehaus.plexus.ehcache.MemoryCache + MemoryCache for Roles + + false + 1000 + LRU + rolesCache + 1800 + 14400 + + + + + + + org.codehaus.plexus.ehcache.EhcacheComponent + userAssignments + org.codehaus.plexus.ehcache.MemoryCache + MemoryCache for UserAssignments + + false + 10000 + LRU + userAssignmentsCache + 300 + 600 + + + + + org.codehaus.plexus.ehcache.EhcacheComponent + userPermissions + org.codehaus.plexus.ehcache.MemoryCache + MemoryCache for User Permissions + + false + 10000 + LRU + userPermissionsCache + 300 + 600 + + + -- 2.39.5