You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2008/02/15 22:58:58 UTC

svn commit: r628182 - /portals/jetspeed-2/branches/JETSPEED-2.1.2-POSTRELEASE/etc/db-ojb/ehcache.xml

Author: taylor
Date: Fri Feb 15 13:58:57 2008
New Revision: 628182

URL: http://svn.apache.org/viewvc?rev=628182&view=rev
Log:
https://issues.apache.org/jira/browse/JS2-854

Modified:
    portals/jetspeed-2/branches/JETSPEED-2.1.2-POSTRELEASE/etc/db-ojb/ehcache.xml

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.2-POSTRELEASE/etc/db-ojb/ehcache.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.2-POSTRELEASE/etc/db-ojb/ehcache.xml?rev=628182&r1=628181&r2=628182&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.2-POSTRELEASE/etc/db-ojb/ehcache.xml (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.2-POSTRELEASE/etc/db-ojb/ehcache.xml Fri Feb 15 13:58:57 2008
@@ -481,4 +481,14 @@
            memoryStoreEvictionPolicy="LFU"
             />
 
+    <cache name="decorationContentCache"
+           maxElementsInMemory="1000"
+           maxElementsOnDisk="1000"
+           eternal="false"
+           overflowToDisk="false"
+           timeToIdleSeconds="28800"
+           timeToLiveSeconds="28800"
+           memoryStoreEvictionPolicy="LFU"
+            />
+
 </ehcache>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org