Tell the cache service that writing the response to the client failed for some reason. In this case, the cache will discard the cached data for this response and directly write the data out to the client.
Once this method has been called, all subsequent calls to endResponse, startResponsePart and endtResponsePart will have no effect.
@param response the servlet response
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.