Class ReportProcessStore

  • All Implemented Interfaces:
    Serializable

    public class ReportProcessStore
    extends Object
    implements Serializable
    A simple central storage for all sort of caching needs. On use, use your caller's class-name as key to avoid conflicts with other users. This cache is instantiated per report-run and does not need synchronisation.
    See Also:
    Serialized Form
    • Constructor Detail

      • ReportProcessStore

        public ReportProcessStore()
    • Method Detail

      • get

        public <K,​V> Map<K,​V> get​(String id)