| Radim Vansa I wanted to get your thoughts on this and the direction I am thinking of for a solution... Basically I propose we determine whether the region is shared. If not we could use a simple tuple key (rootEntityName,id). I realize we'd still have the object creation overhead, but it would at least work correctly. Relatedly, I'd like to see a way for a user to say which key factory to use. Even if it is a simple boolean that says "hibernate-infinispan can use simplified cache keys, or it cannot". Gail Badner You are most likely going to be needing this in 5.0 and 5.1. https://issues.jboss.org/browse/WFLY-6596 |