Caching: Content representation

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.

1 Like

I would like to know if this is possible as well.