Sets whether a response is eligible to be cached by intermediate proxies
This method controls the public or private directive in the Cache-Control
header
public sharable ( boolean | null $public = null, integer | null $time = null ) : boolean | null | ||
$public | boolean | null | If set to true, the Cache-Control header will be set as public if set to false, the response will be set to private if no value is provided, it will return whether the response is sharable or not |
$time | integer | null | time in seconds after which the response should no longer be considered fresh |
리턴 | boolean | null |