this.cachePutCount=new AtomicLong(); | this.cachePutCount=new LongAdder(); | new AtomicLong() | new LongAdder() | hibernate-orm | 90b058507e57fbbd39cecc3e60e49e554b2c9301 | org.hibernate.stat.internal.AbstractCacheableDataStatistics | | _1 | cachePutCount |
---|
_2 | cachePutCount |
---|
| | - java.util.concurrent.atomic.LongAdder
| | AssignedTo | True |
this.cacheMissCount=new AtomicLong(); | this.cacheMissCount=new LongAdder(); | new AtomicLong() | new LongAdder() | hibernate-orm | 90b058507e57fbbd39cecc3e60e49e554b2c9301 | org.hibernate.stat.internal.AbstractCacheableDataStatistics | | _1 | cacheMissCount |
---|
_2 | cacheMissCount |
---|
| | - java.util.concurrent.atomic.LongAdder
| | AssignedTo | True |
this.cacheHitCount=new AtomicLong(); | this.cacheHitCount=new LongAdder(); | new AtomicLong() | new LongAdder() | hibernate-orm | 90b058507e57fbbd39cecc3e60e49e554b2c9301 | org.hibernate.stat.internal.AbstractCacheableDataStatistics | | _1 | cacheHitCount |
---|
_2 | cacheHitCount |
---|
| | - java.util.concurrent.atomic.LongAdder
| | AssignedTo | True |