public class DslCacheManager extends AutoEnabledHttpConfigElement
This element can only be added as child of test plan, and currently allows only to disable HTTP caching which is enabled by default (emulating browser behavior).
This element has to be added before any http sampler to be considered, and if you add multiple instances of cache manager to a test plan, only the first one will be considered.
| Modifier and Type | Class and Description |
|---|---|
static class |
DslCacheManager.CodeBuilder |
enabledguiClass, name| Constructor and Description |
|---|
DslCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.testelement.TestElement |
buildTestElement() |
DslCacheManager |
disable()
disables HTTP caching for the test plan.
|
buildEndListener, buildTreeUnder, getOrCreateContextEntry, registerDependencybuildConfiguredTestElement, buildTestElementGui, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshowInGuipublic DslCacheManager disable()
protected org.apache.jmeter.testelement.TestElement buildTestElement()
buildTestElement in class BaseTestElementCopyright © 2024. All rights reserved.