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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidput(String key, ReportSessionCacheEntry entry) voidsetExpiresAfter(int expiresAfter) voidsetMaximumSize(int maximumSize)
-
Constructor Details
-
ReportSessionCache
public ReportSessionCache()
-
-
Method Details
-
put
-
get
-
setMaximumSize
public void setMaximumSize(int maximumSize) -
getMaximumSize
public int getMaximumSize() -
setExpiresAfter
public void setExpiresAfter(int expiresAfter) -
getExpiresAfter
public int getExpiresAfter()
-