Is it possible to not cache a content representation? I tried to add
c::set('cache.ignore', [
'templatename.json',
[);
but that does not seem to work…
Edit: my fix for now is requesting the content representation with a the current timestamp as a parameter.