[jboss-cvs] JBossAS SVN: r102256 - projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Mar 10 23:12:09 EST 2010
Author: laubai
Date: 2010-03-10 23:12:08 -0500 (Wed, 10 Mar 2010)
New Revision: 102256
Modified:
projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/performance.xml
Log:
Removed unsupported info for JBPAPP-3867.
Modified: projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/performance.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/performance.xml 2010-03-11 02:05:28 UTC (rev 102255)
+++ projects/docs/enterprise/5.0.1/Hibernate/Hibernate_Core/en-US/performance.xml 2010-03-11 04:12:08 UTC (rev 102256)
@@ -673,8 +673,7 @@
using the property <literal>hibernate.cache.provider_class</literal>. Hibernate
is bundled with a number of built-in integrations with the open-source cache providers
that are listed below. You can also implement your own and plug it in as
- outlined above. Note that versions prior to 3.2 use EhCache as the default
- cache provider.
+ outlined above.
</para>
<table frame="topbot" id="cacheproviders" revision="1">
@@ -697,42 +696,42 @@
<tbody>
<row>
<entry>Hashtable (not intended for production use)</entry>
- <entry><literal>org.hibernate.cache.HashtableCacheProvider</literal></entry>
+ <entry>org.hibernate.cache.HashtableCacheProvider</entry>
<entry>memory</entry>
<entry></entry>
<entry>yes</entry>
</row>
<row>
<entry>EHCache</entry>
- <entry><literal>org.hibernate.cache.EhCacheProvider</literal></entry>
+ <entry>org.hibernate.cache.EhCacheProvider</entry>
<entry>memory, disk</entry>
<entry></entry>
<entry>yes</entry>
</row>
<row>
<entry>OSCache</entry>
- <entry><literal>org.hibernate.cache.OSCacheProvider</literal></entry>
+ <entry>org.hibernate.cache.OSCacheProvider</entry>
<entry>memory, disk</entry>
<entry></entry>
<entry>yes</entry>
</row>
<row>
<entry>SwarmCache</entry>
- <entry><literal>org.hibernate.cache.SwarmCacheProvider</literal></entry>
+ <entry>org.hibernate.cache.SwarmCacheProvider</entry>
<entry>clustered (ip multicast)</entry>
<entry>yes (clustered invalidation)</entry>
<entry></entry>
</row>
<row>
<entry>JBoss Cache 1.x</entry>
- <entry><literal>org.hibernate.cache.TreeCacheProvider</literal></entry>
+ <entry>org.hibernate.cache.TreeCacheProvider</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>org.hibernate.cache.jbc2.JBossCacheRegionFactory</entry>
<entry>clustered (ip multicast), transactional</entry>
<entry>yes (replication or invalidation)</entry>
<entry>yes (clock sync req.)</entry>
More information about the jboss-cvs-commits
mailing list