Object toCacheUpdate = it.next();
if (_tracker.isCreated(toCacheUpdate)) {
OID toCacheUpdateOID = _tracker.getOIDForObject(toCacheUpdate);
LockEngine toCacheUpdateLocker =
_tracker.getMolderForObject(toCacheUpdate).getLockEngine();
toCacheUpdateLocker.updateCache(this, toCacheUpdateOID, toCacheUpdate);
_tracker.unmarkUpdateCacheNeeded(toCacheUpdate);
}
}
}