内容简介:J2Cache 2.3.13 发布了,该版本最值得关注的是增加对 Spring Boot 2 的支持。 完整改进记录包括: 支持通过 j2cache.sync_ttl_to_redis 配置项来决定是否 Redis 缓存的数据也带 ttl 信息(相当于该配置如果设置...
J2Cache 2.3.13 发布了,该版本最值得关注的是增加对 Spring Boot 2 的支持。
完整改进记录包括:
支持通过
j2cache.sync_ttl_to_redis配置项来决定是否 Redis 缓存的数据也带 ttl 信息(相当于该配置如果设置为 false 时,redis 上的数据不会自动过期,该配置值默认为 true)增加 Spring Boot 2.0 的支持模块
CacheChannel 增加 check 方法,用来检测 key 存在哪一级缓存
Maven:
<dependency> <groupId>net.oschina.j2cache</groupId> <artifactId>j2cache-core</artifactId> <version>2.3.13-release</version> </dependency>
Spring Boot 2 支持:
<dependency> <groupId>net.oschina.j2cache</groupId> <artifactId>j2cache-spring-boot2-starter</artifactId> <version>2.3.13-release</version> </dependency>
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- ASP.NET SignalR增加Azure支持
- LLVM增加对IBM MASS库的支持,支持POWER向量化
- Chrome 将增加对 HTTP Exchanges 的支持
- Chrome 将增加对 HTTP Exchanges 的支持
- NVIDIA为Nsight Systems增加Vulkan支持
- Coreboot 4.10 发布,增加支持 28 个主板
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Paradigms of Artificial Intelligence Programming
Peter Norvig / Morgan Kaufmann / 1991-10-01 / USD 77.95
Paradigms of AI Programming is the first text to teach advanced Common Lisp techniques in the context of building major AI systems. By reconstructing authentic, complex AI programs using state-of-the-......一起来看看 《Paradigms of Artificial Intelligence Programming》 这本书的介绍吧!