[HHH-2555] Include JBoss Cache 2
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14348 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
17aa2c5e63
commit
c5a858214f
|
@ -695,12 +695,19 @@ Cat fritz = (Cat) iter.next();]]></programlisting>
|
|||
<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,7 +897,14 @@ Cat fritz = (Cat) iter.next();]]></programlisting>
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue