特别说明:商品包含与视频同步的源码和文档资料
售价:15 原价:20
发布时间:2021-09-18 23:35:44
java专题之缓存模块,主要内容涉及如下几个方面:
一、ehcache api介绍以及与spring、springboot的集成使用
二、ladingcache、guava cache、自定义spring的CacheManager、自定义KeyGenerator
三、jsr107规范和spring的缓存抽象
四、两种方式实现LRU缓存驱逐策略、自定义缓存、SoftReference软引用实现内存敏感的缓存
1.大纲介绍
2.单独使用ehcache
3.jsr107和spring的缓存抽象
4.ehcache与spring集成以及编程式操作缓存
5.@Cacheable注解式风格
6.ehcache与springboot集成
7.springboot缓存自动配置原理
8.loadingCache
9.自定义CacheManager
10.自定义KeyGenerator
11.剖析缓存应具备哪些功能
12.基于LinkedHashMap实现LRU淘汰策略
13.基于LinkedList实现实现LRU淘汰策略
14.基于SoftReference实现缓存的内存敏感能力
无
无