]
Nistor Adrian updated ISPN-12336:
---------------------------------
Fix Version/s: 12.0.0.Dev04
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
Fix For: 12.0.0.Dev04
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]