• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • ehcache-core
  • ljacomet
  • Reporter: casasola
  • February 08, 2017
  • 0
  • Watchers: 1
  • April 14, 2017
  • April 14, 2017

Description

net.sf.ehcache.statistics.StatisticsGateway#localHeapRemoveCount is pointing to a wrong count operation

@Override public long localHeapRemoveCount() { return core.localOffHeapRemove().value(RemoveOutcome.SUCCESS); }

should point to core.localHeapRemove()

Comments