]
Gustavo Fernandes updated ISPN-12336:
-------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Avoid trying to load from the cache during queries when there are no
references
-------------------------------------------------------------------------------
Key: ISPN-12336
URL:
https://issues.redhat.com/browse/ISPN-12336
Project: Infinispan
Issue Type: Enhancement
Components: Embedded Querying
Affects Versions: 12.0.0.Dev03
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Priority: Major
A call to cache.getAll with an empty collection still goes through all the intercept
stack. You may want to short circuit it on the cache itself too [~dan.berindei]