EHC ❯ Add support for putIfAbsent to Ehcache
-
New Feature
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
alexsnaps
-
Reporter: amiller
-
September 17, 2009
-
1
-
Watchers: 1
-
May 21, 2010
-
April 16, 2010
Description
Add Ehcache.putIfAbsent() interface. Not sure yet which release this fits into. Implies implementing this for MemoryStore, DiskStore and their combination in Cache.
Comments
Chris Dennis 2010-04-08
Chris Dennis 2010-04-14
Assigning to Alex to fill in the transactional store implementation.
David Reines 2010-04-14
Any chance on adding putIfAbsentWithWriter(). I’m looking at using ehcache write behind, and have a need for putIfAbsent() as well.
Himadri Singh 2010-05-10
tests are running on monkeys successfully.
Added impl and tests for putIfAbsent (and the other concurrent map like methods). These still need documenting in the site apt however.