487488489490491492493494495496497
final Object localMux = new Object(); while (cacheNotEmpty) { InProcessCache cache = getInProcessCache(); if (!shownOnce) { shownOnce = true; cache.dumpContents(getComponentName()); } if (cache.isEmpty()) { cacheNotEmpty = false; } else {
508509510511512513514515516517518
430431432433434435436437438439440
{ InProcessCache cache = getInProcessCache(); if (!shownOnce) { shownOnce = true; cache.dumpContents(); } if (cache.isEmpty()) { cacheNotEmpty = false;
526527528529530531532533534535536