EHcache关闭后缓存失效

最近在研究EHcache,发现很多帖子或者网上的资料,都说EHcache在使用之后要显式的关闭,调用shutdown方法,
可是我在使用之后,发现第二次进入程序的时候,缓存不起作用,还是再次查询了数据库,不知道为什么?
还是我使用的不对呢?
看到HCCACHE的官网也是这么写的:
Shutdown the CacheManager
ehcache应该在使用后关闭, 最佳实践是在code中显式调用:


Java代码
//Shutdown the singleton CacheManager   
CacheManager.getInstance().shutdown();


根据论坛朋友的回答:
在你不需要使用,之前缓存好的数据时关闭

you should call CacheManager.getInstance().shutdown() so that the threads are stopped and cache memory released back to the JVM. Calling shutdown also insures that your persistent disk stores get written to disk in a consistent state and will be usable the next time they are used.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值