How to set Cache-Control for images?

In my system.yaml there is a section for this:

    images:
  default_image_quality: 85
  cache_all: true
  cache_perms: '0755'
  debug: true
  auto_fix_orientation: true

Is it in yours?