Package org.telluriumsource.dsl

Examples of org.telluriumsource.dsl.TelluriumApi.cleanCache()


    }
  }

  public static void cleanCache() {
    TelluriumApi api = SessionManager.getSession().getApi();
    api.cleanCache();
  }

  public static void setCacheMaxSize(int size) {
    TelluriumApi api = SessionManager.getSession().getApi();
    api.setCacheMaxSize(size);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.