cacheControl property

String? get cacheControl

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

Implementation

String? get cacheControl {
  return _metadata['cacheControl'];
}