levigo/neverpile-eureka

Ignite cache get semantics very broken

Closed this issue · 0 comments

Cache.get(key) must returns null for misses, but returns new SimpleValueWrapper(null) which signals a cached null value instead.