Upload file works one time

I’ve added cache_enable: false inside the contact folder of modular_alt.md file. Cleared the cache, but the page still caching. Is this incorrect?

---
title: Apply For Job
cache_enable: false
onpage_menu: '1'
body_classes: modular header-lite fullwidth
bg_color: '#B4B093'
form:
  name: email/jobs
  action: /job
  fields:
    name:
      id: name
      label: Name
      classes: 'form-control form-control-lg'
      placeholder: 'Enter your name'
      autocomplete: 'on'
      type: text
      validate:
        required: true

You might find this comment (including @rhuk’s comment) useful too. That’s why I asked if it’s a modular page