Package org.csstudio.java.thread
Class CacheHeader
java.lang.Object
org.csstudio.java.thread.CacheHeader
Helper for computing cache expiration info.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionTime when entry expiresTime when entry was last updated
-
Constructor Details
-
CacheHeader
public CacheHeader(long seconds) Initialize- Parameters:
seconds
- Seconds after which clients should no longer cache the HTML
-
-
Method Details
-
getTimestamp
Time when entry was last updated -
getExpirationDate
Time when entry expires
-