|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheExpirationHandler
Defines an interface that allows you to determine if a cache should be expired or not.
| Method Summary | |
|---|---|
boolean |
checkRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Check whether we need to generate a response for this request. |
void |
modified()
Call this if you want to alert the handler that the content has been modified. |
| Method Detail |
|---|
boolean checkRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
void modified()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||