Is there a way to stop paging caching

I found it

I had this in the App Settings file.

"CMS": {
  "Website": {
    "OutputCache": {
      "Enabled": true,
      "ContentDuration": "00:00:00"
    }
  },
It was set to 30 secs, once I switched it off it works as expected.