cacheControl static method
Set Cache-Control header
Implementation
static void cacheControl(String value) =>
response.header('Cache-Control', value);
Set Cache-Control header
static void cacheControl(String value) =>
response.header('Cache-Control', value);