public synchronized void preCall(byte[] call) {
Exception exception = new Exception();
exception.fillInStackTrace();
StackTraceElement[] stackTrace = exception.getStackTrace();
requestInfo = new DeleteFromMemcacheRequestInfo("Delete", stackTrace);
requestInfo.count=1;
}