基于springboot的注解式缓存,方便集成多种缓存(redis、MemCache)而不改变原有代码逻辑,防止雪崩等,默认基于ConcurrentHashMap实现了本地缓存,通过继承AbstractCacheService即可替换成redis或者MemCache缓存
Version1.1compared with
Version Details
| 1.0 | 1.1 | |
|---|---|---|
| Release date | May 23, 2020 | Jun 03, 2020 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (1)
| 1.0 | 1.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.springframework.boot » spring-boot-starter-aop | 2.1.3.RELEASE | 2.2.6.RELEASE |
