SpringBoot缓存

SpringBoot缓存 SpringBoot默认使用的是ConcurrentMapCache做缓存(由ConcurrentMapCacheManager建立),ConcurrentMapCache是将数据存储在ConcurrentMap< Object, Object>中java 1、使用IDEA建立一个SpringBoot项目 建立的Springboot版本是1.5.15.RELEASEmys
相关文章
相关标签/搜索