提交 5d105e75 编写于 作者: X Xavier Léauté

fix stupid cache config bug

上级 5e982752
......@@ -82,7 +82,7 @@ public class CachingQueryRunner<T> implements QueryRunner<T>
final boolean useCache = query.getContextUseCache(true)
&& strategy != null
&& cacheConfig.isPopulateCache();
&& cacheConfig.isUseCache();
final Cache.NamedKey key;
if(strategy != null && (useCache || populateCache)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册