从品牌网站建设到网络营销策划,从策略到执行的一站式服务
EhCache缓存框架怎么在Spring Boot中使用?相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。
成都服务器托管,创新互联提供包括服务器租用、德阳服务器托管、带宽租用、云主机、机柜租用、主机租用托管、CDN网站加速、域名注册等业务的一体化完整服务。电话咨询:13518219792在build.gradle文件添加依赖
compile("org.springframework.boot:spring-boot-starter-cache") compile("net.sf.ehcache:ehcache")
修改Application的配置,增加@EnableCaching
配置
@MapperScan("com.xxx.xxx.dao") @SpringBootApplication(scanBasePackages= arrayOf("com.xxx.xxx")) // 启用缓存注解 @EnableCaching // 启动定时器 @EnableScheduling open class MyApplication {} fun main(args: Array) { SpringApplication.run(MyApplication::class.java, *args) }
在resources
添加文件ehcache.xml
使用
需要持久化的类需要实现Serializable序列化接口,不然无法写入硬盘
class User : Serializable { var id: Int = 0 var name: String? = null constructor() constructor(id: Int, name: String?) { this.id = id this.name = name } } // 获取缓存实例 val userCache = CacheManager.getInstance().getCache("userCache") // 写入缓存 val element = Element("1000", User(1000,"Wiki")) userCache.put(element) // 读取缓存 val user = userCache.get("1000").objectValue as User
写入硬盘
只要增加
就可以写入文件,重启服务数据也不会丢失。
看完上述内容,你们掌握EhCache缓存框架怎么在Spring Boot中使用的方法了吗?如果还想学到更多技能或想了解更多相关内容,欢迎关注创新互联行业资讯频道,感谢各位的阅读!
成都网站建设公司地址:成都市青羊区太升南路288号锦天国际A座10层 建设咨询028-86922220
成都快上网科技有限公司-四川网站建设设计公司 | 蜀ICP备19037934号 Copyright 2020,ALL Rights Reserved cdkjz.cn | 成都网站建设 | © Copyright 2020版权所有.
专家团队为您提供成都网站建设,成都网站设计,成都品牌网站设计,成都营销型网站制作等服务,成都建网站就找快上网! | 成都网站建设哪家好? | 网站建设地图