[hibernate-commits] Hibernate SVN: r14348 - core/trunk/documentation/manual/src/main/docbook/en-US/content.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Feb 22 18:26:44 EST 2008


Author: bstansberry at jboss.com
Date: 2008-02-22 18:26:44 -0500 (Fri, 22 Feb 2008)
New Revision: 14348

Modified:
   core/trunk/documentation/manual/src/main/docbook/en-US/content/performance.xml
Log:
[HHH-2555] Include JBoss Cache 2

Modified: core/trunk/documentation/manual/src/main/docbook/en-US/content/performance.xml
===================================================================
--- core/trunk/documentation/manual/src/main/docbook/en-US/content/performance.xml	2008-02-22 23:24:53 UTC (rev 14347)
+++ core/trunk/documentation/manual/src/main/docbook/en-US/content/performance.xml	2008-02-22 23:26:44 UTC (rev 14348)
@@ -695,12 +695,19 @@
                 <entry></entry>
             </row>
             <row>
-                <entry>JBoss TreeCache</entry>
+                <entry>JBoss Cache 1.x</entry>
                 <entry><literal>org.hibernate.cache.TreeCacheProvider</literal></entry>
                 <entry>clustered (ip multicast), transactional</entry>
                 <entry>yes (replication)</entry>
                 <entry>yes (clock sync req.)</entry>
             </row>
+            <row>
+                <entry>JBoss Cache 2</entry>
+                <entry><literal>org.hibernate.cache.jbc2.JBossCacheRegionFactory</literal></entry>
+                <entry>clustered (ip multicast), transactional</entry>
+                <entry>yes (replication or invalidation)</entry>
+                <entry>yes (clock sync req.)</entry>
+            </row>
             </tbody>
             </tgroup>
         </table>
@@ -890,12 +897,19 @@
                     <entry></entry>
                 </row>
                 <row>
-                    <entry>JBoss TreeCache</entry>
+                    <entry>JBoss Cache 1.x</entry>
                     <entry>yes</entry>
                     <entry></entry>
                     <entry></entry>
                     <entry>yes</entry>
                 </row>
+                <row>
+                    <entry>JBoss Cache 2</entry>
+                    <entry>yes</entry>
+                    <entry></entry>
+                    <entry></entry>
+                    <entry>yes</entry>
+                </row>
                 </tbody>
                 </tgroup>
             </table>




More information about the hibernate-commits mailing list