We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c1b18 commit b38af02Copy full SHA for b38af02
src/NHibernate/Loader/Loader.cs
@@ -1843,7 +1843,7 @@ internal virtual bool IsCacheable(QueryParameters queryParameters)
1843
internal bool IsCacheable(QueryParameters queryParameters, bool supportsQueryCache, IEnumerable<IPersister> persisters)
1844
{
1845
bool isCacheable = Factory.Settings.IsQueryCacheEnabled && queryParameters.Cacheable;
1846
- if (isCacheable && !supportsQueryCache)
+ if (isCacheable && !supportsQueryCache)
1847
1848
if (Factory.Settings.QueryThrowNeverCached)
1849
0 commit comments