Setting the value to true adds a parameter "nocache" to the request with a value of the current time. Setting the value to false removes the parameter.
Get current value.
QxRequest.getProhibitCaching();
Set new value.
QxRequest.setProhibitCaching(newValue);