内容简介:Ehcache 3.6.1 已发布,EhCache 是一个纯 Java 的进程内缓存框架,具有快速、精干等特点,是 Hibernate 中默认的 CacheProvider 。和之前一样,Ehcache 3.6.1 包含许多Main module
Ehcache 3.6.1 已发布,EhCache 是一个纯 Java 的进程内缓存框架,具有快速、精干等特点,是 Hibernate 中默认的 CacheProvider 。
和之前一样,Ehcache 3.6.1 包含许多 bug 修复和功能改进 。
Main module
<dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache</artifactId> <version>3.6.1</version> </dependency>
Transactions module
<dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache-transactions</artifactId> <version>3.6.1</version> </dependency>
Clustering module
<dependency> <groupId>org.ehcache</groupId> <artifactId>ehcache-clustered</artifactId> <version>3.6.1</version> </dependency>
发行说明: https://github.com/ehcache/ehcache3/releases/tag/v3.6.1
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Ehcache 3.4.0 发布,Java 缓存框架
- Ehcache 3.5.0 发布,Java 缓存框架
- Ehcache 3.5.1 发布,Java 缓存框架
- Ehcache 3.5.2 发布,Java 缓存框架
- Ehcache 3.6.1 发布,Java 缓存框架
- Android 内存缓存框架 LruCache 的源码分析
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Spring in Action
Craig Walls / Manning Publications / 2011-6-29 / USD 49.99
Spring in Action, Third Edition has been completely revised to reflect the latest features, tools, practices Spring offers to java developers. It begins by introducing the core concepts of Spring and......一起来看看 《Spring in Action》 这本书的介绍吧!