Responder::isPrivate()
Checks whether the response needs to be exempted from all caches due to using dynamic data based on auth and/or cookies; the request data only matters if it is actually used/relied on by the response
Parameters
Name | Type | Default |
---|---|---|
$usesAuth * | bool |
– |
$usesCookies * | array |
– |
Return type
bool