%%
Last Updated:
- [[2021-02-09]]
Related
- [[Gatling]]
%%
[[Gatling]] caches responses by default, using:
- Headers
- `Expires`
- `Cache-Control`
- `Last-Modified`
- `ETag`
## Disabling caching in Gatling
To disable caching, add `.disableCaching` to the HTTP Protocol Configuration definition
`val httpProtocol = http.baseUrl("http://my.website.tld").disableCaching()`
## See also
- [[Cache management]]
- [[Cache]]