assertEquals( MediaType.APPLICATION_JSON, getResponse.getContentType() );
DirectMemoryResponse response =
parser.buildResponse( new ByteArrayInputStream( getResponse.getContentAsByteArray() ) );
Wine wineFromCache = serializer.deserialize( response.getCacheContent(), Wine.class );
assertEquals( bordeaux.getName(), wineFromCache.getName() );
assertEquals( bordeaux.getDescription(), wineFromCache.getDescription() );
// now delete the content