pack.task.timeout();
return;
}
Backend backend = this.repo.lookup(record.getType());
String key = backend.makeKey(record);
pack = this.futures.remove(key);
if (pack == null) {
logger.info("Unsolicited cache insert [key={}, record={}]", key, record);
return;