VG
Size: a a a
VG
VG
VG
YT
VG
YT
ВС
private boolean isCacheable(HTTPSampleResult res, String varyHeader){https://github.com/apache/jmeter/blob/v5.4.1-rc2/src/protocol/http/src/main/java/org/apache/jmeter/protocol/http/control/CacheManager.java#L372-L381
if ("*".equals(varyHeader)) {
return false;
}
final String responseCode = res.getResponseCode();
return isCacheableMethod(res)
&& (("200".compareTo(responseCode) <= 0 // $NON-NLS-1$
&& "299".compareTo(responseCode) >= 0) // $NON-NLS-1$
|| "304".equals(responseCode)); // $NON-NLS-1$
}
#---------------------------------------------------------------------------
# HTTP Cache Manager configuration
#---------------------------------------------------------------------------
#
# Space or comma separated list of methods that can be cached
#cacheable_methods=GET
A
VG
VG
VG
ИС
A
A
MP
MP
MP
MP