Class ReportSessionCache

java.lang.Object
net.datenwerke.rs.core.server.reportexport.helper.ReportSessionCache
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public class ReportSessionCache extends Object
  • Constructor Details

    • ReportSessionCache

      public ReportSessionCache()
  • Method Details

    • put

      public void put(String key, ReportSessionCacheEntry entry)
    • get

      public ReportSessionCacheEntry get(String key)
    • setMaximumSize

      public void setMaximumSize(int maximumSize)
    • getMaximumSize

      public int getMaximumSize()
    • setExpiresAfter

      public void setExpiresAfter(int expiresAfter)
    • getExpiresAfter

      public int getExpiresAfter()