public interface LastModified
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified(HttpRequest request)
The return value will be sent to the HTTP client as
Last-Modified header, and compared with If-Modified-Since headers that the client sends back. |
long getLastModified(HttpRequest request) throws java.lang.Throwable
Last-Modified header, and compared with If-Modified-Since headers that the client sends back. The content will only get regenerated if there has been a
modification.request - current requestjava.lang.Throwable