cloud.google.com/go/storage.ObjectAttrsToUpdate.CacheControl (field)

3 uses

	cloud.google.com/go/storage (current package)
		storage.go#L859: 	if uattrs.CacheControl != nil {
		storage.go#L860: 		attrs.CacheControl = optional.ToString(uattrs.CacheControl)
		storage.go#L942: 	CacheControl       optional.String