cacheControl property

String? cacheControl
getter/setter pair

Cache-Control directive for the object data.

If omitted, and the object is accessible to all anonymous users, the default will be public, max-age=3600.

Implementation

core.String? cacheControl;