protected ServletServiceResponse _handleDelete(
     ServletServiceRequest request,
     ServletServiceResponse response,
     OperationDiagnostics stats,
     K key)
     throws IOException {
   response = (ServletServiceResponse) _storeHandler.removeEntry(request, response, key, stats);
   _addStdHeaders(response);
   return response;
 }