Class CacheManagerWrapper

    • Method Detail

      • getTestClass

        public java.lang.Class<?> getTestClass()
        Description copied from interface: TestElementWrapper
        Test Class used by Jmeter TestElement.TEST_CLASS. @See TestElement.
      • getGuiClass

        public java.lang.Class<?> getGuiClass()
        Description copied from interface: JMeterGUIWrapper
        Gui Test Class used by Jmeter TestElement.GUI_CLASS @See TestElement
      • isUseExpires

        public boolean isUseExpires()
      • setUseExpires

        public void setUseExpires​(boolean useExpires)
      • isClearEachIteration

        public boolean isClearEachIteration()
        If selected, then the cache is cleared at the start of the thread.
      • setClearEachIteration

        public void setClearEachIteration​(boolean clearEachIteration)
        If selected, then the cache is cleared at the start of the thread.
      • isControlledByThread

        public boolean isControlledByThread()
      • setControlledByThread

        public void setControlledByThread​(boolean controlledByThread)
      • getMaxSize

        public java.lang.Integer getMaxSize()
      • setMaxSize

        public void setMaxSize​(java.lang.Integer maxSize)