- 解决问题
- 不得不频繁的查询数据库来检查数据变化情况
- 限制条件
- 完全相同的SQL执行
- 两次查询之间、此SELECT SQL 对应的库表未发生变动
- 使用方法
<property name="hibernate.cache.use_query_cache">true</property>
-
query.list()
之前执行query.setCacheable(true);
<property name="hibernate.cache.use_query_cache">true</property>
query.list()
之前执行query.setCacheable(true);
本文标题:QueryCache
本文链接:https://www.haomeiwen.com/subject/teupcttx.html
网友评论