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