SendableGet sg = (SendableGet) req;
FetchContext ctx = sg.getContext();
localRequestOnly = ctx.localRequestOnly;
ignoreStore = ctx.ignoreStore;
canWriteClientCache = ctx.canWriteClientCache;
realTimeFlag = sg.realTimeFlag();
forkOnCacheable = false;
} else {
localRequestOnly = false;
if(req instanceof SendableInsert) {
canWriteClientCache = ((SendableInsert)req).canWriteClientCache();