From: Erik Brakkee Date: Sat, 12 Oct 2013 12:08:18 +0000 (+0200) Subject: UTILS-16 X-Git-Tag: wamblee-utils-0.8~2 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=514d7b3dd07385a4150514b8fe09ab7c4ff791c3;hp=514d7b3dd07385a4150514b8fe09ab7c4ff791c3;p=utils UTILS-16 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. ---