Application cache v.s. hibernate second level cache, which to use? [closed]
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . I have a choice to use application cache, that is manually cache objects to a distribute memcached/redis cluster OR let hibernate second level cache to do the cache work (for those application object). which to use is better? 回答1: It really depends on your application