cacheControl property

String? cacheControl

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

Implementation

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