hibernate-orm/hibernate-infinispan
Galder Zamarreño 55de90ec42 HHH-7256 Use minimalPuts in Infinispan
putFromLoad now checks for minimalPuts to verify whether the entry
is already present in the cache. By doing this, Hibernate stats
appear more precise since putForExternalReads that are no-op because
the cache already contains the entry are not counted as puts. This
avoids confusion amongst users. This should be reverted to checking
PFER's return value when https://issues.jboss.org/browse/ISPN-1986
has been implemented.
2012-04-17 19:50:37 +02:00
..
src HHH-7256 Use minimalPuts in Infinispan 2012-04-17 19:50:37 +02:00
hibernate-infinispan.gradle HHH-7204 Clear only regions created by the given region factory 2012-03-28 20:39:11 +02:00