<?xml version="1.0" encoding="UTF-8"?> <ehcache> <!--timeToIdleSeconds 当缓存闲置n秒后销毁 --> <!--timeToLiveSeconds 当缓存存活n秒后销毁 --> <!-- 缓存配置 name:缓存名称。 maxEle ...
分类:
系统相关 时间:
2017-10-26 19:02:16
阅读次数:
214
<?xml version="1.0" encoding="UTF-8"?><ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ehcache.org ...
分类:
系统相关 时间:
2016-06-26 18:24:36
阅读次数:
282
<?xml version="1.0" encoding="UTF-8"?> <ehcache> <!--timeToIdleSeconds 当缓存闲置n秒后销毁 --> <!--timeToLiveSeconds 当缓存存活n秒后销毁 --> <!-- 缓存配置 name:缓存名称。 maxEle ...
分类:
系统相关 时间:
2016-05-20 09:56:13
阅读次数:
193
一、服务器端配置
1、安装terracotta
java -jar terracotta-3.2.1-installer.jar
2、配置terracotta server的配置文件 tc-config.xml ,可以在 服务器terracotta 根目录的 terracotta/platform/samples 下面找到,修改该文件成如下...
分类:
系统相关 时间:
2014-12-29 18:27:36
阅读次数:
236