J2Cache 2.3.4 正式版发布:整理对第三方库的依赖关系

栏目: Java · 发布时间: 8年前

内容简介:J2Cache 2.3.4 正式版发布:整理对第三方库的依赖关系

红薯大大的 J2Cache 又更新了,现已发布 2.3.4 正式版,更新如下:

  • 增加 regions 方法获取所有缓存中的已用缓存区域

  • 整理对第三方库的依赖关系

  • 删除 DataLoader 接口,改用 Java 8 的 Function 接口替代(传递 key 参数)

  • 接口增加 get(String region, Collection<String> keys, Function<String,Object> loader) 方法

详情请查看 https://gitee.com/ld/J2Cache/releases/2.3.4-release

J2Cache 是 OSChina 目前正在使用的两级缓存框架。第一级缓存使用Ehcache,第二级缓存使用 Redis。由于大量的缓存读取会导致 L2 的网络成为整个系统的瓶颈,因此 L1 的目标是降低对 L2 的读取次数。该缓存框架主要用于集群环境中。单机也可使用,用于避免应用重启导致的 Ehcache 缓存数据丢失。


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

Python Data Structures and Algorithms

Python Data Structures and Algorithms

Benjamin Baka / Packt Publishing / 2017-5-30 / USD 44.99

Key Features A step by step guide, which will provide you with a thorough discussion on the analysis and design of fundamental Python data structures.Get a better understanding of advanced Python c......一起来看看 《Python Data Structures and Algorithms》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

MD5 加密
MD5 加密

MD5 加密工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具