Etag help

This is my second question in a day and hope last one for today:)

Can you please help with changing etag

I am trying to request page with different etag everytime so that new request is processed instead of cache. How can I achieve it?

Do I need to save it .check(header(“Etag”).saveAs(“mainEtag”))
and then change it or if there is other way?

I have run gatling tests with caching disabled. Now I want to enable caching and put extra load my max traffic.

I am trying to request page with different etag everytime so that new request is processed instead of cache.

What kind of behavior are you trying to emulate exactly?Do you realize that caches are per virtual user?