这是一个JBossCache 为Hibernate 编写的 CacheProvider 。
下载地址:http://repository.jboss.org/maven2/org/jboss/cluster/hibernate-jbc-cacheprovider/1.0.1.GA/
So, what’s new in this release? First of all, the standalone version of the cache provider, is now fully functional. Remember that this provider can be used both in standalone environments and within other Application Servers, such as Weblog, Websphere…etc.
Secondly, both and hibernate.treecache.local.puts.only
properties created in the 1.0.0.GA release have changed name to follow the Hibernate property format. So, these properties are now:hibernate.treecache.querycache.local.writes.only
hibernate.treecache.local_puts_only
hibernate.treecache.querycache.local_writes_only
Please note that old style properties are still supported but marked as deprecated. You can find a full list of what has gone into this 1.0.1.GA release in here. Finally, a wiki has been created containing all documentation related to this cache provider with information on why this provider was created, who should be using, configuration examples…etc. As always, feedback is appreciated :).