内容简介:Ehcache 3.5.1 已发布,EhCache 是一个纯 Java 的进程内缓存框架,具有快速、精干等特点,是 Hibernate 中默认的 CacheProvider 。 更新内容: The default class loader should be used to work correctly in a...
Ehcache 3.5.1 已发布,EhCache 是一个纯 Java 的进程内缓存框架,具有快速、精干等特点,是 Hibernate 中默认的 CacheProvider 。
更新内容:
The default class loader should be used to work correctly in a J2EE container
Upgrade to Gradle 4.5.1
Upgrade commons-lang to 3.7
Put classes using unsafe in a dedicated sourceSet to allow using -Werror on impl
[DO NOT MERGE] Replace ConcurrentHashMap by NonBlockingHashMap
Migrate to Java 9 CHM
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Ehcache 3.5.1 发布,Java 缓存框架》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Ehcache 3.4.0 发布,Java 缓存框架
- Ehcache 3.5.0 发布,Java 缓存框架
- Ehcache 3.5.2 发布,Java 缓存框架
- Ehcache 3.6.1 发布,Java 缓存框架
- Ehcache 3.6.1 发布,Java 缓存框架
- Android 内存缓存框架 LruCache 的源码分析
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Programming in Haskell
Graham Hutton / Cambridge University Press / 2007-1-18 / GBP 34.99
Haskell is one of the leading languages for teaching functional programming, enabling students to write simpler and cleaner code, and to learn how to structure and reason about programs. This introduc......一起来看看 《Programming in Haskell》 这本书的介绍吧!