public synchronized void postCall(byte[] result) {
Exception exception = new Exception();
exception.fillInStackTrace();
StackTraceElement[] stackTrace = exception.getStackTrace();
requestInfo = new GetFromMemcacheRequestInfo("Get Request", stackTrace);
if (requestInfo != null) {
try {
MemcacheGetResponse mergeFrom = MemcacheGetResponse.parseFrom(result);
int keyCount = mergeFrom.getItemCount();