• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • ehcache-core
  • hsingh
  • Reporter:
  • October 13, 2009
  • 0
  • Watchers: 0
  • January 17, 2013
  • October 13, 2009

Description

All of the code refers to Mutex a class from Doug Lea’s library. It has now been replaced with Sync.

All usages use LockType.WRITE. READ is never used.

Starting at line 464 there is also commented out code. That should be deleted or uncommented, as the case may be.

Comments

Alexander Snaps 2009-10-13

I’ll address the JavaDoc issue, as for the commented code and the READ lock, see EHC-420

Alexander Snaps 2009-10-13

Only changed the JavaDoc… For further changes see EHC-420