if (entry.inCache()) {
// Inform the group that one of its entries was hit so
// it can update the structure to support the least
// recently used strategy.
InternalGroup group = entry.getGroup();
group.hitEntry(entry);
}
} else {
// remove cache entry with ERROR saved, we can't cache it
removeEntry(key);