get_max_age(response)
[source]
Returns the max-age from the response Cache-Control header as an integer (or None
if it wasn’t found or wasn’t an integer).
get_max_age(response)
[source]
Returns the max-age from the response Cache-Control header as an integer (or None
if it wasn’t found or wasn’t an integer).
Please login to continue.