setCacheControl method
Sets the Cache-Control header.
Implementation
void setCacheControl(String value) {
setHeader('Cache-Control', value);
}
Sets the Cache-Control header.
void setCacheControl(String value) {
setHeader('Cache-Control', value);
}