My test plan:
Test Plan
+ User Defined Variables
++ Thread Group
+++ HTTP Cache Manager
+++ Transaction Controller
++++ Request 1
+++ Transaction Controller
++++ Request 2
After run the test I could at View Results in Table that transfered bytes are the same for both requests. The function of HTTP Cache Manager is void this behavior?
Below is an image showing my HTTP request, note that the transfered bytes are the same to all requests.
Real test plan:
Cache manager comes with many conditions listed in documentation, so make sure you review them:
The fact that you have "groups of 3" is normal:
so each request will be executed 3 times, and each user will have own cache
It's per URL. So if for items 1.1, 2.1, 3.1, and 4.1 URL is even slightly different, each one will be cached. In that case you will see cache in action only if you are looping on the same request, or on next iteration.
Cache Manager decision is based on specific algorithm defined in help. If your request deviate from that algorithm, they won't cache:
Finally there are headers that influence caching, e.g.:
or