marcuspocus / hazelcast

Hazelcast is a dropin replacement for the Play! Framework cache. Hazelcast provide also some other services like Clustered Executors, Maps, AtomicNumbers, Topics, Queues, etc...
http://www.playframework.com/modules/hazelcast
22 stars 9 forks source link

bugfix: getting incr/decr values #10

Closed blackbass1988 closed 11 years ago

blackbass1988 commented 11 years ago

when you incr/decr values, you are works with atomic, but when you cache.get - you are finding values in Map. I fixed it