r1100 - xwiki/trunk/src/main/java/com/xpn/xwiki/store

Ludovic Dubost ludovic at users.forge.objectweb.org
Mon Jul 31 02:04:57 CEST 2006


Author: ludovic
Date: 2006-07-31 02:04:56 +0200 (Mon, 31 Jul 2006)
New Revision: 1100

Modified:
   xwiki/trunk/src/main/java/com/xpn/xwiki/store/XWikiCacheStoreInterface.java
Log:
Transformed all caches to XWikiCache
Move virtual wiki cache to XWikiCache, limited by default to 1000 items
Allow caches to be completely deleted on flushAll
Allow clustered cache to only use one jgroups notification bus
Updated oscache to a lightly modified version of oscache



Modified: xwiki/trunk/src/main/java/com/xpn/xwiki/store/XWikiCacheStoreInterface.java
===================================================================
--- xwiki/trunk/src/main/java/com/xpn/xwiki/store/XWikiCacheStoreInterface.java	2006-07-30 23:57:28 UTC (rev 1099)
+++ xwiki/trunk/src/main/java/com/xpn/xwiki/store/XWikiCacheStoreInterface.java	2006-07-31 00:04:56 UTC (rev 1100)
@@ -31,7 +31,5 @@
     public void flushCache();
     public void setCacheCapacity(int capacity);
     public void setPageExistCacheCapacity(int capacity);
-    public void setPrefsCacheCapacity(int capacity);
-    public void initCache(int capacity, int pageExistCapacity,
-                          int prefsCacheCapacity, XWikiContext context) throws XWikiException;
+    public void initCache(int capacity, int pageExistCapacity, XWikiContext context) throws XWikiException;
 }





More information about the Xwiki-notifications mailing list