提交 1a0363fc 编写于 作者: R Ray

默认缓存策略改为guava

上级 f0e2be1d
......@@ -17,7 +17,7 @@ public class Cache extends ConfigObject {
}
public Cache() {
this.type = TYPE_EHCACHE;
this.type = TYPE_GUAVA;
this.redis = Redis.defaultInstance();
this.ehcache = Ehcache.defaultInstance();
this.guava = Guava.defaultInstance();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册