Class ReportExporter.Cache

  • Enclosing class:
    ReportExporter

    class ReportExporter.Cache
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​byte[]> reportsByteCache  
      java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>> reportsDTOCache  
    • Constructor Summary

      Constructors 
      Constructor Description
      Cache()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • reportsDTOCache

        public java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>> reportsDTOCache
      • reportsByteCache

        public java.util.Map<java.lang.String,​byte[]> reportsByteCache
    • Constructor Detail

      • Cache

        Cache()