UTILS-16
authorErik Brakkee <erik@brakkee.org>
Sat, 12 Oct 2013 12:08:18 +0000 (14:08 +0200)
committerErik Brakkee <erik@brakkee.org>
Sat, 12 Oct 2013 12:08:18 +0000 (14:08 +0200)
CachedObject gets out of sync when multiple CachedObjects share the same cache

The cached object now uses the non-null value obtained from the cache instead of the locally cached value in case of a cache hit. The locally cached value is only used when computing the new value fails in case of a cache miss.


No differences found