• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • ehcache-core
  • drb
  • Reporter: cedrik
  • October 18, 2009
  • 0
  • Watchers: 1
  • July 27, 2012
  • October 19, 2009

Description

The last line of Cache#toString() should read

.append(" missCountExpired = ").append(getLiveCacheStatisticsNoCheck().getCacheMissCountExpired())

instead of {{.append(“ missCountExpired = “).append(getLiveCacheStatisticsNoCheck().getCacheMissCount())}}

Comments

gluck 2009-10-19

Fixed. Introduced in 1.7.0