Sets whether any output should be cached by proxy servers on the specified response object.
Syntax
setCacheContent( response , boolean )
response.setCacheContent( boolean )
Parameters
response
|
the response object to use.
|
boolean
|
whether output should be to cached by proxy servers.
true if output should be cached.
false if output should not be cached.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Response( ).setCacheContent( false )
|