While working on https://hibernate.atlassian.net/browse/HHH-16385, I noticed that query caching does not include filter parameters in the cache key, leading to invalid cache results. The enabled filter parameters should be included in the parameterBindingsMemento field of the QueryKey object. |