cacheControl property

String cacheControl
inherited

Served as the 'Cache-Control' header on object download.

Implementation

String get cacheControl => jsObject.cacheControl;
void cacheControl=(String s)
inherited

Implementation

set cacheControl(String s) {
  jsObject.cacheControl = s;
}