cacheControl static method

void cacheControl(
  1. String value
)

Set Cache-Control header

Implementation

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