J2cache手动清除缓存时间超长
在手动调用cacheChannel.clear(region)疑陷入死循环,跟踪代码发现RedisGenericCache类里面的keys()方法在符合条件时无法跳出循环具体方法为: privat…
J2Cache 死循环
net.oschina.j2cache.redis.RedisGenericCache#keys(redis.clients.jedis.BinaryJedisCommands) private Collection keys(BinaryJedisCommands cmd) {…
运行J2Cache源码报异常
大神们,报这个异常是啥意思? java.io.IOException: java.lang.RuntimeException: unknown object tag -65 at de.ruedigermoeller.serialization.FS…
j2cache 缓存清除问题
cache.getL1Provider().removeCache("test-1"); cache.getL2Provider().removeCache("test-1"); 为什么还能从L2中取到缓存区test-1啊…
J2Cache二级缓存Redis客户端连接数异常
@红薯 ,今天通过J2Cache做了个简单的向后台去数据,测试时开了一个Chrome浏览器以及一个Firfox浏览器,刚开始redis控制台正常显示1个客户端连接数,…
关于J2Cache的一点疑问?
@红薯 薯哥您好,想跟你请教个问题: 看了你写的J2Cache,不得不佩服。我之前只用过redis的key--value形式来保存数据,J2Cache中有个region区域的概念…
j2cache初始化时报错
@红薯 项目运行了几天后突然出现 错误如下,请问是什么原因 HTTP Status 500 每 Internal Server Error Type Exception Report Message Handler disp…
j2cache 一级缓存用的是ehcache2,redis用的是2.8,Too many open files问题
异常信息: Caused by: com.thinking.exception.LoadingCacheException: redis.clients.jedis.exceptions.JedisConnectionException: Could not get a…
合并从缓存返回的List,引发缓存变空。
public static List getUserSubscribe(String dsname, Map paraMap, boolean cacheable, String clearCachePWD) { //获取用户订阅的服务。数据库中用…
关于j2cache清除一个List查询结果的方式问题
@红薯 你好,想跟你请教个问题:如果我有不确定数量的List查询结果,当某一个bean发生变化时我如何确定我要清除哪个已缓存的查询结果?比如说原来key …