设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 重新 试卷 文件
当前位置: 首页 > 运营中心 > 建站资源 > 优化 > 正文

如何进行高效的源码阅读:以Spring Cache扩展为例带你搞清楚(3)

发布时间:2019-07-26 16:08 所属栏目:21 来源:三旬老汉
导读:为缓存指定新的CacheManager @Primary@BeanpublicCacheManagergetExtensionCache(){returnnewCacheExtensionManage(users2);} 完整代码 https://github.com/FS1360472174/javaweb/tree/master/web/src/main/java/co

为缓存指定新的CacheManager

  1. @Primary @Bean public CacheManager getExtensionCache() { return new CacheExtensionManage("users2"); } 

完整代码

https://github.com/FS1360472174/javaweb/tree/master/web/src/main/java/com/fs/web/cache

总结

本文主要介绍一种源码学习方法,纯属抛砖引玉,如果你有好的方法,欢迎分享。

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读