开发者

EntityDelete ColdFusion EHCache

开发者 https://www.devze.com 2022-12-12 19:15 出处:网络
How do i delete an H开发者_如何学JAVAibernate Entity that is being cached by EHcache and by using Entitydelete in coldfusion?found theanswer after a whole days worth of effort. Basically if in your EH

How do i delete an H开发者_如何学JAVAibernate Entity that is being cached by EHcache and by using Entitydelete in coldfusion?


found the answer after a whole days worth of effort. Basically if in your EHcache you set diskpresistent = true, then ColdFusion will not clear the object regardless of if you call evictentity or not.

0

精彩评论

暂无评论...
验证码 换一张
取 消