首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Ehcache配备分布式缓存

2012-08-31 
Ehcache配置分布式缓存Ehcache配置分布式集群缓存(udp多播方式为例)--------------------Ehcache xmlns:x

Ehcache配置分布式缓存
Ehcache配置分布式集群缓存(udp多播方式为例)
--------------------
<Ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="../../../main/config/ehcache.xsd">
  <diskStore path="java.io.tmpdir/one"/>
  <cacheManagerPeerProviderFactory />
  </cache>
</ehcache>
<Ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:noNamespaceSchemaLocation="../../../main/config/ehcache.xsd">
  <diskStore path="java.io.tmpdir/one"/>
  <cacheManagerPeerProviderFactory />
  </cache>
</ehcache>



http://www.ehcache.org/documentation/user-guide/jgroups-replicated-caching

http://www.chineselinuxuniversity.net/articles/33704.shtml

热点排行