]
Gustavo Fernandes updated ISPN-12336:
-------------------------------------
Summary: Avoid trying to load entity when there are no references (was: Avoid trying
to load entity when there is no references)
Avoid trying to load entity 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]