J2Cache 2.8.0 发布,修复 Caffeine 导致 Redis 数据量限制问题

栏目: 软件资讯 · 发布时间: 6年前

内容简介:J2Cache 2.8.0 发布了,该版本最值得关注的是使用 Caffeine 作为 L1 时,会导致 Redis 上的数据被限制到 Caffeine 定义的缓存数量。如果你在使用 Caffeine 作为 L1 时,请尽快升级到该版本。 例如当我们定义一个缓...

J2Cache 2.8.0 发布了,该版本最值得关注的是使用 Caffeine 作为 L1 时,会导致 Redis 上的数据被限制到 Caffeine 定义的缓存数量。如果你在使用 Caffeine 作为 L1 时,请尽快升级到该版本。

例如当我们定义一个缓存 

default = 1000, 30m 

那么 Redis 相应的缓存数据就无法超过 1000 。详情请看 https://gitee.com/ld/J2Cache/issues/I17E0A

其他还有一些小问题的修复,建议升级。

Maven:

<dependency>
  <groupId>net.oschina.j2cache</groupId>  
  <artifactId>j2cache-core</artifactId>  
  <version>2.8.0-release</version>  
</dependency>

以上所述就是小编给大家介绍的《J2Cache 2.8.0 发布,修复 Caffeine 导致 Redis 数据量限制问题》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Introduction to the Design and Analysis of Algorithms

Introduction to the Design and Analysis of Algorithms

Anany Levitin / Addison Wesley / 2011-10-10 / USD 117.00

Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, Introduction to the Design and Analysis of Algorithms presents the subject in a coherent a......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具