cacheControl property
An optional CacheControl
header that allows the caller to
control the object's cache behavior. Headers can be passed in as specified
in the HTTP at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.
Headers with a custom user-defined value are also accepted.
Implementation
final String? cacheControl;