EntityDelete ColdFusion EHCache
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.
精彩评论