类 HttpSessionReportCache

java.lang.Object
com.bstek.ureport.console.cache.HttpSessionReportCache
所有已实现的接口:
com.bstek.ureport.cache.ReportCache

public class HttpSessionReportCache extends Object implements com.bstek.ureport.cache.ReportCache
从以下版本开始:
2017年3月8日
作者:
Jacky.gao
  • 构造器详细资料

    • HttpSessionReportCache

      public HttpSessionReportCache()
  • 方法详细资料

    • getObject

      public Object getObject(String file)
      指定者:
      getObject 在接口中 com.bstek.ureport.cache.ReportCache
    • storeObject

      public void storeObject(String file, Object object)
      指定者:
      storeObject 在接口中 com.bstek.ureport.cache.ReportCache
    • disabled

      public boolean disabled()
      指定者:
      disabled 在接口中 com.bstek.ureport.cache.ReportCache
    • setDisabled

      public void setDisabled(boolean disabled)