}
}
private DeltaAwareCacheEntry lookupEntry() {
InvocationContext context = icc.createInvocationContext(false);
CacheEntry entry = context.lookupEntry(deltaMapKey);
if (entry instanceof DeltaAwareCacheEntry) {
return (DeltaAwareCacheEntry)entry;
} else {
return null;
}